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

drop macro sqlserver__drop_relation() #34

Closed
wants to merge 1 commit into from

Conversation

dataders
Copy link
Collaborator

my first thought was to make sqlserver__drop_relation just a wrapper for sqlserver__drop_relation_script, but then I looked and found it isn't ever used...

my first thought was to make `sqlserver__drop_relation` just a wrapper for `sqlserver__drop_relation_script`, but then I looked and found it isn't ever used...
@mikaelene
Copy link
Collaborator

Thanks! sqlserver__drop_relation is the "real" drop_relation script that dbt uses when they want to drop a relation. I don't exactly remember why i created the other one. But it was for solving an issue with temp-relations laying around and stop new runs from succeed. I think there was difficult to use the "real" one in the other script. I should look into this again to make it look clearer at least.

@dataders dataders closed this Jan 25, 2021
dataders added a commit that referenced this pull request Feb 11, 2021
@prdpsvs prdpsvs deleted the patch-2 branch May 21, 2023 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants