-
Notifications
You must be signed in to change notification settings - Fork 2
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
bug/persist-docs #4
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.
@fivetran-catfritz this looks great! I have one suggestion to update the integration_tests/dbt_project.yml to test the persisting of docs. Once that is applied this is read for release review.
@@ -1,5 +1,5 @@ | |||
name: 'qualtrics_source_integration_tests' | |||
version: '0.1.0' | |||
version: '0.1.1' |
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 also persist the docs in the integration tests to confirm that this works as expected across all other warehouses as well.
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.
@fivetran-joemarkiewicz Good idea! I have added, and it passed integrations tests. One caveat--I had to turn off the persist_docs: columns for databricks to get it to pass. This is not us since I'm seeing there are known issues on dbt's end with persist_docs for databricks.
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.
Looks good
PR Overview
This PR will address the following Issue/Feature: #3
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:
Detailed Validation
Please share any and all of your validation steps:
which resulted in error: