dbt-core icon indicating copy to clipboard operation
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.

Results 750 dbt-core issues
Sort by recently updated
recently updated
newest added

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

enhancement
paper_cut

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

Team:Language

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

enhancement

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

Team:Execution

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

enhancement
logging

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

enhancement
Team:Language
deps

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

enhancement
Team:Adapters
utils

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

bug
artifacts
Team:Execution

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

enhancement
help_wanted
artifacts
Team:Language