-
> `pip install dbt-core dbt-bigquery`
installed dbt-core=1.8.8 and dbt-bigquery=1.8.3 ok
> `pip install dbt-airflow`
Pip dependency resolver fails to resolve.
Using python 3.12.1 and pip 24.3.…
-
### Is this a new bug?
- [X] I believe this is a new bug
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Behavior
`pip install dbt-…
htpaf updated
2 weeks ago
-
### Is this a new bug in dbt-common?
- [X] I believe this is a new bug in dbt-common
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current B…
-
### Is this a new bug in dbt-core?
- [X] I believe this is a new bug in dbt-core
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Behav…
-
The various jinja contexts are fairly well documented for users, but are very unstructured objects internally. Let's take a pass at ensuring our tests provide coverage to the documentation, improving …
-
### Error description
A `TypeError: 'NoneType' object is not subscriptable` error is returned when an incorrect API token is passed into `dbt-cloud-cli` and these lines run;
https://github.com/d…
-
-----------------------------------------------------------------
Certain models materialize in the default schema for the dbt profile when running +core__claims. In particular core__stg_claims_eligi…
-
### Link to the page(s) on docs.getdbt.com requiring updates
https://docs.getdbt.com/reference/resource-properties/constraints#platform-specific-support
### Tell us more about this update
The docs …
-
### Expected Behavior
The copy (cp) command within dbtCLI task should be able to copy a file in the working directory `{{ workingDir }}` to be consumed by downstream task. See example flow below.
…
-
Incremental models in dbt is a [materialization](https://docs.getdbt.com/docs/build/materializations) strategy designed to efficiently update your data warehouse tables by only transforming and loadin…