-
## Description
I'm running into this case where:
* a model was first materialized as view
* then changed to materialized as table
* then when I try `dbt run` that model again (with existing materializ…
-
Hey @katy-sadowski,
I ended up opening an issue as Discussions is not enabled for this repo.
Wanted to share some notes on my experiences with you on using this solution for 1 million patients e…
-
### Describe the issue
Attempting to create a pr based flow without git sources using the dbt task. The pr should create a bundle that is unique to the feature branch. When running the ci target …
-
**Describe the bug**
My `.pre-commit-config.yml` looks like:
```yaml
fail_fast: true
repos:
- repo: https://github.com/dbt-checkpoint/dbt-checkpoint
rev: v2.0.6
hooks:
...
- id: check…
-
### Astronomer Cosmos Version
Other Astronomer Cosmos version (please specify below)
### If "Other Astronomer Cosmos version" selected, which one?
Astro CLI Version: 1.28.1
### dbt-core version
1…
-
**Affected module**
I changed the owner of some of my table, using then meta.owner tag in dbt.
I re-run the dbt-ingestion, and after that a re-indexing, but the owners are still now shown properly i…
-
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…
-
In chapter 8, dbt section, the file **`models/atp/matches.sql`** has errors when compiling sql query.
![image](https://github.com/user-attachments/assets/294bf373-9d4e-4231-a171-5b1818703896)
This…
-
**Describe the feature you'd like**
In our DBT project we use snapshot feature. On top of snapshots we build models (views) which contain monthly/weekly data.
Snapshots can be build by using `dbt sn…
-
-----------------------------------------------------------------
Certain models materialize in the default schema for the dbt profile when running +core__claims. In particular core__stg_claims_eligi…