Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADAP-774] fix snowflake_warehouse issue with dynamic tables #727

Merged
merged 31 commits into from
Aug 10, 2023

Conversation

McKnight-42
Copy link
Contributor

@McKnight-42 McKnight-42 commented Aug 8, 2023

resolves #
docs dbt-labs/docs.getdbt.com/#

Problem

users are being given incorrect information around required configs for dynamic tables in which they are being told that warehouse is not provided but they should actually be providing snowflake_warehouse.

Solution

TODO:

  • create changelog

Checklist

  • I have read the contributing guide and understand what's expected of me
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX

@McKnight-42 McKnight-42 added the Skip Changelog Skips GHA to check for changelog file label Aug 8, 2023
@McKnight-42 McKnight-42 requested a review from a team as a code owner August 8, 2023 21:31
@McKnight-42 McKnight-42 self-assigned this Aug 8, 2023
@McKnight-42 McKnight-42 requested a review from VersusFacit August 8, 2023 21:31
@cla-bot cla-bot bot added the cla:yes label Aug 8, 2023
@McKnight-42 McKnight-42 requested a review from mikealfare August 8, 2023 21:45
@McKnight-42
Copy link
Contributor Author

McKnight-42 commented Aug 8, 2023

@mikealfare currently after making modifications I'm seeing invalid property 'snowflake_warehouse' for 'DYNAMIC_TABLE' causing tests to fail, is this something you saw before?

  • I believe this may be solved unless we decide to make further changes

… and add a alias on describe macro so we are taking in the warehouse field as snowflake_warehouse
@McKnight-42 McKnight-42 requested review from colin-rogers-dbt and removed request for VersusFacit August 9, 2023 06:32
@McKnight-42 McKnight-42 requested a review from mikealfare August 9, 2023 18:37
@McKnight-42 McKnight-42 changed the title Mcknight/adap 774 [ADAP-774] fix snowflake_warehouse issue with dynamic tables Aug 9, 2023
@McKnight-42 McKnight-42 requested a review from mikealfare August 9, 2023 21:08
@McKnight-42 McKnight-42 merged commit 5d5c18e into main Aug 10, 2023
@McKnight-42 McKnight-42 deleted the mcknight/ADAP-774 branch August 10, 2023 20:37
github-actions bot pushed a commit that referenced this pull request Aug 14, 2023
* update RELEASE_BRANCH env

* start work on adap-774 to migrate dynmic tables to use snowflake_warehouse vs warehouse

* revert some stuff back to wareshouse as it is what snwoflake expects, and add a alias on describe macro so we are taking in the warehouse field as snowflake_warehouse

* change location of comparion to snowflake_warehouse and warehouse

* remove uneeded addition

* revert a field

(cherry picked from commit 5d5c18e)
mikealfare pushed a commit that referenced this pull request Aug 16, 2023
…746)

* start work on adap-774 to migrate dynamic tables to use snowflake_warehouse vs warehouse
* revert some stuff back to warehouse as it is what snowflake expects, and add an alias on describe macro so we are taking in the warehouse field as snowflake_warehouse

(cherry picked from commit 5d5c18e)

Co-authored-by: Matthew McKnight <91097623+McKnight-42@users.noreply.github.com>
philippe-boyd-maxa pushed a commit to maxa-ai/dbt-snowflake that referenced this pull request Nov 27, 2023
…s#727)

* update RELEASE_BRANCH env

* start work on adap-774 to migrate dynmic tables to use snowflake_warehouse vs warehouse

* revert some stuff back to wareshouse as it is what snwoflake expects, and add a alias on describe macro so we are taking in the warehouse field as snowflake_warehouse

* change location of comparion to snowflake_warehouse and warehouse

* remove uneeded addition

* revert a field
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes Skip Changelog Skips GHA to check for changelog file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants