-
I ran [Spectral](https://github.com/stoplightio/spectral) locally via:
```bash
curl -O https://raw.githubusercontent.com/dbt-labs/dbt-cloud-openapi-spec/c019e7548b0537abe258492c7ddb4590d041847a/op…
-
### Description
Title: Support for Custom Pool Selection in dbt-Cosmos for Airflow
Description:
Currently, when using dbt-Cosmos, we are limited to a specific pool in Airflow. However, we would like…
-
**Describe the bug**
Could not generate the report - Error: validation error for ExposureSchema. It's similar to #827
**To Reproduce**
Configure the exposure owner to:
```
owner:
name: abcd…
-
### Expected behavior
Be able to call macro which use graph.nodes.values() method.
### Actual behavior
When I use a macro which use [graph context](https://docs.getdbt.com/reference/dbt-jinja-funct…
Cquad updated
3 weeks ago
-
### Description
Hi all,
I’ve noticed some similar requests, but I wanted to ask if it’s possible to persist dbt artifacts (namely, manifest.json, catalog.json and run_results.json) permanently after…
-
### Describe the bug
An unnecessary setting `replicated_deduplication_window=0` is added to all tables created using DBT:
```sql
{{
config(
materialized = 'table',
schema…
-
**Summarize the feature in question.**
A VSCode extension can be very helpful for local dev and testing, compile, run, checks, lineage...
**Describe alternatives you've considered if applicable.…
-
### Description
CLI produces wrong messages when using `--skip-dbt-compile`
```
> Skipping dbt compile
> Compiling with profile
> Compiling with target [object Object]
```
The profile and …
-
### Contributions
- [X] I have read the contribution docs, and understand what's expected of me.
### Link to the page on docs.getdbt.com requiring updates
https://docs.getdbt.com/reference/resource…
-
## 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…