-
### 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
The current documentatio…
-
I created a model with bad SQL to test if `dbt run` would fail as expected. When running `pre-commit` hooks with a final hook of `dbt-run`, it passes even though the compiled SQL produces an error. Wi…
-
**Affected module**
dbt run result Ingestion Framework
**Describe the bug**
Ingestion workflow only looks up last successful dbt run run_results.json file.
It will not ingest run_results.json if…
-
### 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 Behavior
…
-
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 …
-
### 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…
-
I am using the below code, where pipeline delimiter is being used with input_format as csv. Inside the expect() block, its not recognizing the delimiter and format, and throws the error,
```
{{ conf…
-
### 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…
-
### Description
dbt Labs is running integration tests for popular open source packages as part of continuous testing and release of dbt.
Add support for testing this package using tox, as described …
-
### Description
Hi y'all!
I'd like to periodically run only the dbt tests of my project using `cosmos`, using an approach similar to:
```
render_config=RenderConfig( …