Doug Beatty

Results 626 comments of Doug Beatty

This was automatically closed as "stale" on Sep 17, 2022. Based on the report in https://github.com/dbt-labs/dbt-core/issues/8775, it was not resolved by https://github.com/dbt-labs/dbt-core/issues/4771.

Re-opening. Reprex as reported in [#8775](https://github.com/dbt-labs/dbt-core/issues/8775): > 1. Create `macros/macros.sql` file with 2 macros inside > 2. Create `macros/macros.yml` with documentation for these 2 macros > 3. Run `dbt compile`...

### Implementation hints https://github.com/dbt-labs/dbt-core/pull/4773 _might_ have some ideas for implementation.

@graciegoheen and I discussed this last week, and we were wondering: - How does `--favor-state` currently treat each of the non-model resource types that can be referenced (snapshots, seeds, and...

### Backstory From convo with @jtcohen6: Currently, deferral only works on [non-ephemeral](https://docs.getdbt.com/docs/build/materializations#ephemeral), ["refable"](https://github.com/dbt-labs/dbt-core/blob/2b23a038d475aae8d8b1ecc46b4b6d2ae363e342/core/dbt/node_types.py#L18-L22) nodes. This does [**not**](https://github.com/dbt-labs/dbt-core/blob/2b23a038d475aae8d8b1ecc46b4b6d2ae363e342/core/dbt/node_types.py#L18-L22) include the _source_ node type at this time: | Node | Exists in...

> Is this related #8727? I haven't looked at the implementation of state:modified / state:new to determine one way or the other.

@jeremyyeo do you think this is a bug or a feature request? This looks like a feature request rather than a bug to me, so I re-labeled it. i.e., it...

Since 100 was intentionally added as a limit, I'm going to leave this as a feature request for now. But that's a very legit point that having more than 100...

Per conversation with @graciegoheen, we're interested in two things: 1. https://github.com/dbt-labs/dbt-core/issues/9506 2. Post-processing the result of catalog queries to _only_ include the selected nodes (see [#9394 (comment)](https://github.com/dbt-labs/dbt-core/issues/9394#issuecomment-1908677418)) I've created a...

For convenience, here's links to the two implementation tickets: 1. https://github.com/dbt-labs/dbt-core/issues/9506 2. https://github.com/dbt-labs/dbt-core/issues/9666