Doug Beatty
Doug Beatty
Thank you for opening this @amardatar ! Do you think it's ready for review? Let us know if you need any assistance getting this across the line.
Thanks for checking in @amardatar! Indeed it's on our backlog.
> @dbeatty10 Any news for releasing this bug? May I help? Can I do something to help or speed up this PR to release? > > Thanks in advance! @nikita-sheremet-flocktory...
Thanks for taking the time to open this PR @amardatar! Since opening, we've [decoupled dbt Adapters from dbt Core](https://github.com/dbt-labs/dbt-core/discussions/9171), and this code now lives in a separate repo: [dbt-adapters](https://github.com/dbt-labs/dbt-adapters). A...
Re-opening until we decided how to handle each of the remaining items in the tasklist. Resolved dbt-labs/dbt-core#7149 instead in the meantime.
> the only thing blocking this would be to possibly build out a small functional test Good call @McKnight-42 🧠 If we merge this without adding a functional test, then...
Thanks for taking the time to open this PR @benorourke! Since opening, we've [decoupled dbt Adapters from dbt Core](https://github.com/dbt-labs/dbt-core/discussions/9171), and this code now lives in a separate repo: [dbt-postgres](https://github.com/dbt-labs/dbt-postgres). A...
Thanks for reporting this and adding helpful labels to your screenshots @TiborBalazDepop 🏆 Given [our documentation](https://docs.getdbt.com/reference/node-selection/methods#the-state-method) that says "`state:modified`: All new nodes, plus any changes to existing nodes", I agree...
### Workaround In the meantime, add **_both_** selectors to your command so that it includes new sources as well: ```shell --select state:modified state:new ```
Thanks for raising this @kevin-chao ! This looks like it was solved in [dbt-core 1.6.6](https://github.com/dbt-labs/dbt-core/blob/1.6.latest/CHANGELOG.md#dbt-core-166---october-11-2023) by #8803: > - Override path-like args in dbt retry ([#8682](https://github.com/dbt-labs/dbt-core/issues/8682)) Could you give this...