-
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 …
-
- [ ] Set up environment with dbt, DuckDB installed preferably a docker compose file
- [ ] Configure dbt_project.yml file to support iceberg
- [ ] Configure DuckDB to work with Iceberg Tables
- [ ]…
-
### Astronomer Cosmos Version
1.6.0
### dbt-core version
1.8.7
### Versions of dbt adapters
dbt-bigquery==1.8.3
### LoadMode
DBT_LS
### ExecutionMode
LOCAL
### InvocationMode
None
### airf…
-
### Describe the bug
When using dbt-expectations with Clickhouse, it can't convert the timezone when tests require a datetime column. It seems that the convert_timezone function of dbt-date is not se…
-
### 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…
-
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
CLI produces wrong messages when using `--skip-dbt-compile`
```
> Skipping dbt compile
> Compiling with profile
> Compiling with target [object Object]
```
The profile and …
-
**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…