Skip to content

Commit

Permalink
add deprecation callout (#5454)
Browse files Browse the repository at this point in the history
this pr adds a callout to the dbt fal adapter docs as its no longer
being maintained actively.

this pr is the first phase inspired by @kiwamizamurai 's first pr.

#5368

this was confirmed and ok'ed by @chamini2 (maintainer)
  • Loading branch information
dataders authored May 7, 2024
2 parents 48f5d71 + cb00cab commit ae559fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 3 additions & 5 deletions website/docs/docs/core/connect-data-platform/fal-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,16 @@ meta:
config_page: '/reference/resource-configs/fal-configs'
---

:::info Community plugin

Some core functionality may be limited. If you're interested in contributing, check out the source code for each repository listed below.
:::info Adapter no longer maintained
The [`dbt-fal` adapter](https://github.com/fal-ai/dbt-fal) is no longer actively maintained. This means although the adapter is still operational, there is no further development or bug fixes planned and it may not be compatible with future versions of dbt. `dbt-fal` was test until dbt v1.5.

Documentation for `dbt-fal` are kept for reference purposes only and will eventually be removed from the site in the future.
:::

import SetUpPages from '/snippets/_setup-pages-intro.md';

<SetUpPages meta={frontMatter.meta} />



## Setting up fal with other adapter

[fal](http://github.com/fal-ai/fal) offers a Python runtime independent from what database you are using and integrates seamlessly with dbt. It works by downloading the data as a Pandas DataFrame, transforming it in a local Python runtime and uploading it to the database. The only configuration change you need to do is adding it to the `profiles.yml` and setting the `db_profile` property as the database profile you are already using.
Expand Down
6 changes: 6 additions & 0 deletions website/docs/reference/resource-configs/fal-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ title: "fal configurations"
id: "fal-configs"
---

:::info Adapter no longer maintained
The [`dbt-fal` adapter](https://github.com/fal-ai/dbt-fal) is no longer actively maintained. This means although the adapter is still operational, there is no further development or bug fixes planned and it may not be compatible with future versions of dbt. `dbt-fal` was test until dbt v1.5.

Documentation for `dbt-fal` are kept for reference purposes only and will eventually be removed from the site in the future.
:::

## Setting the `db_profile`

The fal profile configuration needs the `db_profile` property set to the profile configuring your database for SQL models.
Expand Down

0 comments on commit ae559fd

Please sign in to comment.