-
I have ran a model in airflow, and it says the compiled sql can be found at some target/{some_subdirectory} path. However, I am not seeing any "target" directory created in neither of these places:
…
-
### 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…
-
**Describe the bug**
We have several tests on several models. We have tagged these tests like below. For example:
```yml
version: 2
models:
- name: Sample A
description: ...
met…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I try to test my models like this:
```bash
% dbt test --selector staging --exclude stg_clie…
-
### Is this your first time submitting a feature request?
- [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations)
- [X] I have se…
-
Checks are currently all or nothing with the dbt integration.
> The one feature we miss is the ability to select a set of dbt tests that are loaded as asset checks. Currently, all of our dbt tests …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
If you have a schema file with repeated top level keys:
```yml
# models/schema.yml
…
-
### Dagster version
dagster, version 1.4.16
### What's the issue?
When using the auto-materialize feature with a large dbt project. On some runs dagster needs to materialize around 400 dbt as…
-
### 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
…
-
`NodeSelector._should_include_node` has the following line
```python
if node.resource_type == DbtResourceType.TEST:
node.tags = getattr(self.nodes.get(node.depends_on[0]), "tags", [])
```…