Consolidate source + remove tests#178
Conversation
fivetran-joemarkiewicz
left a comment
There was a problem hiding this comment.
@fivetran-avinash a few comments change requests before approval. Thanks for working through this update!
fivetran-avinash
left a comment
There was a problem hiding this comment.
@fivetran-joemarkiewicz Ready for re-review! One question around your limit 1 issue.
fivetran-joemarkiewicz
left a comment
There was a problem hiding this comment.
LGTM with small requests to bring the schema name back to the original and also regenerate the docs. Once those updates are applied, this will be ready to go!
| quickbooks_source: | ||
| quickbooks_schema: quickbooks_integration_tests_21 | ||
| quickbooks: | ||
| quickbooks_schema: quickbooks_integration_tests_22 |
There was a problem hiding this comment.
Let's bring this back to original schema name.
| quickbooks_schema: quickbooks_integration_tests_22 | |
| quickbooks_schema: quickbooks_integration_tests |
| dbname: "{{ env_var('CI_REDSHIFT_DBT_DBNAME') }}" | ||
| port: 5439 | ||
| schema: quickbooks_integration_tests_21 | ||
| schema: quickbooks_integration_tests_22 |
There was a problem hiding this comment.
| schema: quickbooks_integration_tests_22 | |
| schema: quickbooks_integration_tests |
| method: service-account-json | ||
| project: 'dbt-package-testing' | ||
| schema: quickbooks_integration_tests_21 | ||
| schema: quickbooks_integration_tests_22 |
There was a problem hiding this comment.
| schema: quickbooks_integration_tests_22 | |
| schema: quickbooks_integration_tests |
| database: "{{ env_var('CI_SNOWFLAKE_DBT_DATABASE') }}" | ||
| warehouse: "{{ env_var('CI_SNOWFLAKE_DBT_WAREHOUSE') }}" | ||
| schema: quickbooks_integration_tests_21 | ||
| schema: quickbooks_integration_tests_22 |
There was a problem hiding this comment.
| schema: quickbooks_integration_tests_22 | |
| schema: quickbooks_integration_tests |
| dbname: "{{ env_var('CI_POSTGRES_DBT_DBNAME') }}" | ||
| port: 5432 | ||
| schema: quickbooks_integration_tests_21 | ||
| schema: quickbooks_integration_tests_22 |
There was a problem hiding this comment.
| schema: quickbooks_integration_tests_22 | |
| schema: quickbooks_integration_tests |
| host: "{{ env_var('CI_DATABRICKS_DBT_HOST') }}" | ||
| http_path: "{{ env_var('CI_DATABRICKS_DBT_HTTP_PATH') }}" | ||
| schema: quickbooks_integration_tests_21 | ||
| schema: quickbooks_integration_tests_22 |
There was a problem hiding this comment.
| schema: quickbooks_integration_tests_22 | |
| schema: quickbooks_integration_tests |
Summary
This PR is to combine the source and transform packages and remove tests not compatible with dbt Fusion 1.10.6+.
Please check the below automated updates were successful:
MANUAL UPDATES
Q2 FY26 Automatic Package UpdatesPR.Source + Transform Consolidation
YAML & Config Updates
+schemaand+materializationfor the staging models indbt_project.yml.README