Doug Beatty

Results 629 comments of Doug Beatty

@SoumayaMauthoorMOJ cool that you were able to create an example of apply Write-Audit-Publish (WAP) with `dbt build`! This issue (https://github.com/dbt-labs/dbt-core/issues/5766) seems focused on enabling use-cases like `use warehouse` in dbt-snowflake...

@SoumayaMauthoorMOJ Ah, I see that now! https://github.com/dbt-labs/dbt-core/discussions/5687 is still the best place at this stage, and it would also be the perfect place to share [this](https://github.com/dbt-labs/dbt-core/issues/5766#issuecomment-1742749300)! If you are looking...

@vskarine We're still interested in this feature, but we don't currently have a timeline for implementing it.

Awesome @bjarneschroeder ! 🏆 Give it a go and let us know if you need any help along the way.

This is not something that we are likely to prioritize anytime soon, and I'm going to remove the `good_first_issue` and `help_wanted` labels in the meantime. --- Sorry for any churn...

@alzaar I just left a comment [here](https://github.com/dbt-labs/dbt-core/issues/5301#issuecomment-1557435375) to double-check if that issue is still relevant or not.

@igor-lobanov-maersk I suspect that what you're seeing in the CI failures for dbt-snowflake is a result of the default [quoting](https://docs.getdbt.com/reference/project-configs/quoting) rules for dbt-snowflake: You're changing it from being an unquoted...

> Another way this could be addressed is if `count` was actually renamed to something less contentious like `row_count`. This should work everywhere. However, this would change 'public' interface of...

Thanks for reporting this @dennishendricks ! I didn't confirm or deny, but I suspect this is involved: https://github.com/dbt-labs/dbt-bigquery/blob/5501cd34b12965e0380952bdbb65fd52f49b49f5/dbt/adapters/bigquery/relation_configs/_cluster.py#L23 Since the cluster key is being converted into an unordered set rather...

Thanks for reporting this @ant-nesterenko ! It looks like the relevant section of code is here: https://github.com/dbt-labs/dbt-bigquery/blob/6c0afe4cfb69761dada5d16150fe632b8f72bf39/dbt/include/bigquery/macros/materializations/incremental_strategy/common.sql#L4 We're unlikely to be able to prioritize this ourselves anytime soon, so I'm...