dbt-core
dbt-core copied to clipboard
dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
Motivation: https://github.com/dbt-labs/dbt-snowflake/pull/210#discussion_r929104933 This is supported: ```yml version: 2 models: - name: my_model config: any_key: any_value ``` But this isn't: ```yml version: 2 models: - name: my_model columns: - name: id...
User used to be able to access `compiled_sql` from model in jinja space. We renamed it `compiled_code` in our code base. Given this is a user space attribute, we **will...
### Describe the feature For a given DBT Model, we would like the ability to specify the column names, type, description and nullability explicitly. We are using BigQuery and this...
**User Story:** As a user I would like to have accurate and easy to read documentation for how to use `dbt-core` as a library. **Acceptance Criteria:** An auto-documentation product (probably...
This ticket is a placeholder for the rare changelog entries that do not have an associated ticket. If you're unsure if you should make a ticket or not, make one!
### Motivation Today, run_results.json is a static artifact written at the end of a run which contains a summary of the objects that `dbt run` created and updated along with...
### Is there an existing feature request for this? - [X] I have searched the existing issues ### Describe the Feature the ability to set an enabled flag in the...
### Is this your first time opening an issue? - [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations) ### Describe the Feature A follow-on to #4813 and its...
The `timing` array in `run_results.json` makes it possible to see the exact timestamps when a model started/finished compiling and executing. The array appears to be entirely empty if the resource...
### Is this your first time opening an issue? - [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations) ### Describe the Feature An `artifactMaxBytes: 16*1024*1024` configuration setting in...