dbt-fal icon indicating copy to clipboard operation
dbt-fal copied to clipboard

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.

Results 77 dbt-fal issues
Sort by recently updated
recently updated
newest added

Provides new cloud context, with `store_open` method that works like `open` but in cloud context. ``` def model(dbt, fal): from utils.get_bool import get_bool with fal.store_open("test", "w") as f: f.write("hello world")...

**Describe the bug** I'm not able to override the `database` when using `fal-dbt` with the `dbt-trino` connector. **Your environment** - OS: Arch Linux - Paste the following commands output: ```...

bug

**Describe the bug** Using versions ``` dbt-core >= 1.3.2 dbt-bigquery >= 1.4 fal[bigquery]==0.8 ``` A user is getting an error for the db-dtypes package not being available. ![image](https://user-images.githubusercontent.com/2745502/221978436-05050514-8bb2-40f7-a8b8-64abdcda1b9a.png) Even though...

bug

**Describe the bug** I'm not sure where to report issues with koldstart. I'm using `dbt-fal==1.4.1` on Python 3.11. `koldstart==0.6.19` brings in `dill==0.3.5.11`, which lacks a fix for uqfoundation/dill#514. This causes...

bug

**Context** I often work with PostgreSQL `jsonb` columns in my dbt models. With `dbt-fal` and a base `postgres` profile, there isn't a way to pass `dtype` options to SQLAlchemy, making...

feature request

**Describe the bug** Fal could not read dbt source. **Your environment** - OS: linux - Paste the following commands output: ``` fal --version 0.7.6 dbt --version 1.3.1 ``` - Adapter...

bug

**Describe the bug** Since yesterday, getting this bug: `ModuleNotFoundError: No module named 'dbt.contracts.graph.parsed'` **Your environment** - OS: - Paste the following commands output: ``` fal --version dbt --version ``` 0.72...

bug

**Context** I would like to be able use a selector to run certain global scripts, instead of having to run ALL global scripts. **Is your feature request related to a...

feature request

**Context** As a dbt-fal user, I would like to be able to run python models with fal while using the trino db **Describe the solution you'd like** This is already...

feature request