-
Notifications
You must be signed in to change notification settings - Fork 20
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
feature/performance-improvements #47
feature/performance-improvements #47
Conversation
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.
This is mainly good to go, but just have a few small comments before approving.
integration_tests/dbt_project.yml
Outdated
@@ -56,7 +60,7 @@ seeds: | |||
due_date: timestamp | |||
netsuite2_account_data: | |||
+column_types: | |||
eliminate: "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks') else 'varchar' }}" | |||
eliminate: "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks', 'databricks-sql') else 'varchar' }}" |
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.
The target.type for databricks-sql
is still databricks
. This update isn't necessary.
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!
# - package: fivetran/fivetran_utils | ||
# version: [">=0.4.0", "<0.5.0"] | ||
- git: https://github.com/fivetran/dbt_fivetran_utils.git | ||
revision: feature/add-lookback-macro |
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.
Don't forget to switch once live
PR Overview
This PR will address the following Issue/Feature:
This PR will result in the following new package version:
Please provide the finalized CHANGELOG entry which details the relevant changes included in this PR:
PR Checklist
Basic Validation
Please acknowledge that you have successfully performed the following commands locally:
dbt run (if incremental models are present)Before marking this PR as "ready for review" the following have been applied:
docs were regenerated (unless this PR does not include any code or yml updates)Detailed Validation
Please share any and all of your validation steps: