-
Notifications
You must be signed in to change notification settings - Fork 60
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
initial implementation of redshift dbt_clone macros and test design a… #505
Conversation
@@ -0,0 +1,3 @@ | |||
{% macro redshift__can_clone_table() %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for adapters who's values match that of default False
do we want to go ahead and create adapter specific macros now incase we can swap the flag later or is this something we can remove for now? @aranke @ChenyuLInx
running
as per suggested by @aranke does appear to make the view creation in the alt target happen |
…ture/dbt-clone-rs
…ture/dbt-clone-rs
…edshift into feature/dbt-clone-rs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, verify that views are created in new schema.
dbt-labs#505) * initial implementation of redshift dbt_clone macros and test design attempts * remove dbt_clone macros that are unneeded * add clean_up method to drop alt schema names after tests run * change pointer back to main
resolves #504
Description
adding some default redshift versions of
dbt_clone
macros and pulling in test for if cloning is not validChecklist
changie new
to create a changelog entry