Skip to content

Commit

Permalink
add deprecation callout
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed May 7, 2024
1 parent 74e24ab commit d8a8804
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](https://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 d8a8804

Please sign in to comment.