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

Upgrade to 0.17.0 #30

Closed
wants to merge 1 commit into from
Closed

Upgrade to 0.17.0 #30

wants to merge 1 commit into from

Conversation

daha
Copy link

@daha daha commented Jun 26, 2020

The basic stuff like create tables and views seems to work, but I'm a bit unsure if drop_schema works since I have not tested that.

The changes has been based on the changes in dbt-presto, which seemed to be related to 0.17.0.

@@ -80,14 +81,21 @@
{% endmacro %}


{% macro athena__drop_schema(database_name, schema_name) -%}
{# On Athena, 'cascade' isn't supported so we have to manually cascade. #}
{% macro presto__drop_schema(relation) -%}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should start with athena__

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have updated my branch now.

@daha daha force-pushed the upgrade-to-0.17.0 branch from d4c7b3c to 98c7b39 Compare June 27, 2020 08:03
@daha daha closed this Feb 19, 2022
@daha daha deleted the upgrade-to-0.17.0 branch March 31, 2022 19:54
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