Jeremy Cohen

Results 69 issues of Jeremy Cohen

### 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
dbt tests
High Severity
pre-release

resolves #9533 ### Problem Confusing logging for `dbt build --include-saved-query`, given current stub of `SavedQueryRunner` ### Solution Clearer logging. Needs verification with @DevonFulcher that this doesn't negatively impact SL team's...

cla:yes

follow-up to #9040 ### Problem In https://github.com/dbt-labs/dbt-core/pull/9040#discussion_r1413279816, @MichelleArk wondered aloud: > I wonder if it'd actually make more sense to do this deferral + merging business in the `requires.manifest` wrapper...

cla:yes

The ask: A language-agnostic data structure to validate dbt CLI commands, without actually requiring `dbt-core` to be imported/installed. (Could be a JSONSchema, doesn't have to be.) Let's get away from...

cli
spike

Just like https://github.com/dbt-labs/dbt-core/issues/3885, but for CLI `--vars`. This would require us to capture, at parse time, which files depend on which `--vars`, via calls to the Jinja `{{ var() }}`...

performance
partial_parsing

(Happy to split this into multiple issues — keeping it together here for now, to keep the conversation centralized) ### Describe the feature First, we are changing the spec of...

enhancement
Stale

### Describe the feature https://dbt-labs.github.io/dbt-project-evaluator/0.5/rules/ I'd like to propose some [New Rules](https://dbt-labs.github.io/dbt-project-evaluator/main/rules/), related to the model governance features that are new in v1.5. - **Public Models Have Contracts:** Every model...

enhancement

Hi! I'm one of the folks who helps maintain `dbt-core`. We noticed while debugging some failures in our automated tests that `dbt-synapse` overrides the `ref` macro here: https://github.com/microsoft/dbt-synapse/blob/8f4a6a3ab82ea20652bc162b0acbaee461702445/dbt/include/synapse/macros/materializations/models/materialized_view/create_materialized_view_as.sql#L1-L5 This isn't...

Follow up to https://github.com/dbt-labs/dbt-spark/issues/402, which implemented the minimal version to keep the current code working See https://github.com/dbt-labs/dbt-snowflake/pull/196 for reference implementation: - Define `valid_incremental_strategies` - Add to materialization code: ``` {#--...

tech_debt

Context: https://github.com/dbt-labs/dbt-spark/discussions/407 The current implementation depends on Databricks APIs that are not available in OSS Apache Spark. We would like help from knowledgeable and interested community members, who could spec...

enhancement
help_wanted
python_models