Jeremy Cohen

Results 69 issues of Jeremy Cohen

### Acceptance criteria: - Remove [`logger.py`](https://github.com/dbt-labs/dbt-core/blob/main/core/dbt/logger.py) in its entirety - It's being imported in a handful of places, for some small utilities. Let's either move 'em or lose 'em. -...

tech_debt
logging

This is really intended as a stubbed method that serves as a placeholder for future SL integration work. It's confusing right now that the logs of `dbt build --include-saved-query` look...

enhancement
semantic
Impact: SL

Adapting from https://github.com/dbt-labs/dbt-snowflake/issues/23#issuecomment-1223773953: Let's talk about `adapter.pre_model_hook` + `adapter.post_model_hook`. ### Background Here's where they're triggered to run, right before and after a model materialization: https://github.com/dbt-labs/dbt-core/blob/8c8be687019014ced9be37c084f944205fc916ab/core/dbt/task/run.py#L279-L283 These are _different_ from user-provided...

enhancement
help_wanted
adapter_plugins
dbt tests
paper_cut

We should: - always include `NodeRelation` objects for each export (including `database`, `schema_name`, `alias`) - resolve the `database` / `schema_name` / `alias` with respect to `generate_x_name` macros (possibly by calling...

Refinement
semantic
Impact: SL

### Describe the feature _Picks up from issues like #2468 and #2975, which are narrower in scope and offer more straightforward near-term fixes_ - Why do we call it [`quoting`](https://docs.getdbt.com/reference/project-configs/quoting/)...

enhancement

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

enhancement

See rationale in https://github.com/dbt-labs/dbt-core/issues/9237#issuecomment-1959861021 **Acceptance criteria:** - Always include saved queries in the `build` command. - Make them a `NO-OP` by default - https://github.com/dbt-labs/dbt-core/issues/9533 - Rename the flag to `--export-saved-queries`...

enhancement
user docs
semantic
Impact: SL
Impact: CC

### 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
High Severity

### Housekeeping - [X] I am a maintainer of dbt-core ### Short description Follow-up to https://github.com/dbt-labs/dbt-core/issues/9183 + https://github.com/dbt-labs/dbt-core/pull/9366 Before the release candidate of v1.8, let's change the default of `source_freshness_run_project_hooks`...

user docs
flags