-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat(FIR-29284): dbt 1.7 support #134
Conversation
Quality Gate passedIssues Measures |
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, one question
@@ -183,90 +183,6 @@ | |||
{{ return(info_table) }} | |||
{% endmacro %} | |||
|
|||
|
|||
{% macro firebolt__create_table_as(temporary, |
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.
Why don't we need these anymore? Can we use the default dbt implementation now?
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.
They've a part of the big dbt refactor. Now this (as well as the view macros) live in their respective subdirectories. e.g. dbt/include/firebolt/macros/relations/table/create.sql instead of everything living in the adapters.sql
Resolves #111
Description
Update the connector to be compatible with dbt 1.7:
Checklist
changie new
and committed everything in .changes folder