Doug Beatty
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...
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...
### 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...
### 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...
### 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...
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`...
### 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:...
### 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:...