Doug Beatty

Results 114 issues of Doug Beatty

This epic comprises the changes across dbt Labs repos necessary to implement a cross-database `date` macro as described in https://github.com/dbt-labs/dbt-adapters/issues/192. ### Implementation There is no equivalent function specified in ISO/IEC...

resolves #10048 ### Problem When `version` is missing, it raises an exception that spits out an ugly stacktrace. This is because the Python here will fail when `version` is completely...

cla:yes

This epic comprises the changes across dbt Labs repos necessary to implement a cross-database `cast` macro as described in https://github.com/dbt-labs/dbt-adapters/issues/84. ### Implementation The `cast` function is specified in ISO/IEC 9075-2...

> ^we are aligned that the option to "add a new selection method for `unit_test:`" is the preferred solution! _Originally posted by @graciegoheen in https://github.com/dbt-labs/dbt-core/issues/9895#issuecomment-2077293380_ ### Housekeeping - [X] I...

user docs
node selection
unit tests
list

### 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...

bug

### 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 searched the existing issues, and...

Impact: CA
list

### 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 searched the existing issues, and...

enhancement
Refinement
show

resolves #9840 ### Problem As described in #9840: > I would like the output of `dbt show` to be valid JSON, containing just the data and no logs. `dbt list`...

cla:yes

### Describe the feature Describe and document how to generate data types that include size, precision, and/or scale, like this: ``` models: - name: my_model columns: - name: id data_type:...

enhancement
triage

### Describe the bug The lineage visualization fails to render when including `saved_queries` within `models/_properties.yml`. ### Steps To Reproduce ```yaml semantic_models: - name: my_semantic_model model: ref('metricflow_time_spine') # model: ref('my_model') metrics:...

bug