Skip to content

Commit

Permalink
Updated docs warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nopcoder committed Sep 11, 2023
1 parent 1b161a4 commit 1c5d301
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/integrations/athena.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ redirect_from: /using/athena.html
# Using lakeFS with Amazon Athena

{: .warning }
**Deprecated Feature:** This feature is being phased out. A superior replacement will be introduced soon.
**Deprecated Feature:** Having heard the feedback from the community, we are planning to replace the below manual steps with an automated process.
You can read more about it [here](https://github.com/treeverse/lakeFS/issues/6461).

[Amazon Athena](https://aws.amazon.com/athena/) is an interactive query service that makes it easy to analyze data in Amazon S3 using standard SQL.
{:.pb-5 }
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/dbt.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ redirect_from: /using/dbt.html
# Integrating dbt and lakeFS

{: .warning }
**Deprecated Feature:** This feature is being phased out. A superior replacement will be introduced soon.
**Deprecated Feature:** This feature is being phased out.

[dbt](https://www.getdbt.com/) can run on lakeFS with a Spark adapter or Presto/Trino adapter.
Both Spark and Presto use Hive metastore or Glue to manage tables and views.
Expand Down
3 changes: 2 additions & 1 deletion docs/integrations/glue_hive_metastore.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ redirect_from: /using/glue_hive_metastore.html
# Using lakeFS with the Glue/Hive Metastore

{: .warning }
**Deprecated Feature:** Having heard the feedback from the community, we are planning to replace the below manual steps with an automated process. You can read more about it [here](https://github.com/treeverse/lakeFS/issues/6461).
**Deprecated Feature:** Having heard the feedback from the community, we are planning to replace the below manual steps with an automated process.
You can read more about it [here](https://github.com/treeverse/lakeFS/issues/6461).

{% include toc_2-3.html %}

Expand Down
3 changes: 2 additions & 1 deletion docs/integrations/presto_trino.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ WITH (
### Example of copying a table with [metastore tools](glue_hive_metastore.md):

{: .warning }
**Deprecated Feature:** This feature is being phased out. A superior replacement will be introduced soon.
**Deprecated Feature:** Having heard the feedback from the community, we are planning to replace the below manual steps with an automated process.
You can read more about it [here](https://github.com/treeverse/lakeFS/issues/6461).

Copy the created table `page_views` on schema `main` to schema `example_branch` with location `s3a://example/example_branch/page_views/`
```shell
Expand Down

0 comments on commit 1c5d301

Please sign in to comment.