Jeremy Cohen

Results 65 issues of Jeremy Cohen

Metrics + deferral don't work perfectly together, because of how the `dbt-metrics` package is doing the "lookup" for a metric's model parent. I can envision two ways to solve this...

state
Team:Language
metrics

### Current State As @jtcohen6 raised in the above issue, there are problems with how the metrics package is currently handling model references. For the curious, this is because metrics...

spike
Team:Language
metrics

### 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
Team:Language
exposures

### 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
stale
python_models

Split out from https://github.com/dbt-labs/dbt-utils/pull/577 + https://github.com/dbt-labs/dbt-utils/pull/597, resolves https://github.com/dbt-labs/dbt-utils/issues/339 ### Describe the feature Rewrite `current_timestamp` + `current_timestamp_utc` to be built out of core/plugin functionality (e.g. `date_function`) and a `convert_timezone` macro. Currently...

spike
tech_debt
Team:Adapters
utils

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

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

## What is the current behavior? When the connector executes a `CREATE TABLE ... AS SELECT` or `CREATE VIEW ... AS SELECT` statement, the `cursor.rowcount` returns `1`. Instead, I believe...

feature
triaged

### Reproduction case ```sql -- models/any_model.sql {% set some_list = ['a', 'b', 'c'] %} {{ log(some_list, info = true) }} select 1 as id ``` ``` $ DBT_ENV_SECRET_WHATEVER=1234 dbt run...

bug
Team:Language
logging

### Proposal Keep default staleness at 6 months (status quo) Issues with `awaiting_response` label should go stale more quickly: 3 months. (Let's also make sure that StaleBot's comments do not...

tech_debt