diff --git a/website/docs/docs/core/connect-data-platform/fal-setup.md b/website/docs/docs/core/connect-data-platform/fal-setup.md index a640769a6d8..5dfb5967d3a 100644 --- a/website/docs/docs/core/connect-data-platform/fal-setup.md +++ b/website/docs/docs/core/connect-data-platform/fal-setup.md @@ -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'; - - ## 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. diff --git a/website/docs/reference/resource-configs/fal-configs.md b/website/docs/reference/resource-configs/fal-configs.md index 101e74f5f5a..85befeccdb4 100644 --- a/website/docs/reference/resource-configs/fal-configs.md +++ b/website/docs/reference/resource-configs/fal-configs.md @@ -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.