fal-ai / dbt-fal

do more with dbt. dbt-fal helps you run Python alongside dbt, so you can send Slack alerts, detect anomalies and build machine learning models.
https://fal.ai/dbt-fal
Apache License 2.0
851 stars 71 forks source link

fal is not compatible with dbt 1.5.0 #846

Closed roberto-rosero closed 1 year ago

roberto-rosero commented 1 year ago

We upgraded the dbt version to 1.5.0, but when this upgrade finished it says that the version of dbt is not compatible with fal (0.8.6)

mederka commented 1 year ago

Hey there @roberto-rosero! Sorry for the inconvenience. We're actively working on getting fal to support dbt 1.5 (https://github.com/fal-ai/fal/pull/841), there are still some rough edges to iron out, but we should have it ready sometime soon. We will let you know as soon as it's ready.

roberto-rosero commented 1 year ago

thanks @mederka !!

chamini2 commented 1 year ago

To upgrade, run pip install 'fal[<adapter>]==0.9.0' and let us know if anything is not working as expected!