Skip to content

Commit

Permalink
Merge pull request #150 from fivetran/bugfix/docs-errors
Browse files Browse the repository at this point in the history
resolve docs errors
  • Loading branch information
fivetran-avinash authored Dec 10, 2024
2 parents c57a9c2 + e8f371f commit 69b8e22
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
6 changes: 1 addition & 5 deletions docs/catalog.json

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions docs/manifest.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions integration_tests/ci/sample.profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ integration_tests:
pass: "{{ env_var('CI_REDSHIFT_DBT_PASS') }}"
dbname: "{{ env_var('CI_REDSHIFT_DBT_DBNAME') }}"
port: 5439
schema: quickbooks_integration_tests_18
schema: quickbooks_integration_tests_19
threads: 8
bigquery:
type: bigquery
method: service-account-json
project: 'dbt-package-testing'
schema: quickbooks_integration_tests_16
schema: quickbooks_integration_tests_19
threads: 8
keyfile_json: "{{ env_var('GCLOUD_SERVICE_KEY') | as_native }}"
snowflake:
Expand All @@ -33,7 +33,7 @@ integration_tests:
role: "{{ env_var('CI_SNOWFLAKE_DBT_ROLE') }}"
database: "{{ env_var('CI_SNOWFLAKE_DBT_DATABASE') }}"
warehouse: "{{ env_var('CI_SNOWFLAKE_DBT_WAREHOUSE') }}"
schema: quickbooks_integration_tests_18
schema: quickbooks_integration_tests_19
threads: 8
postgres:
type: postgres
Expand All @@ -42,13 +42,13 @@ integration_tests:
pass: "{{ env_var('CI_POSTGRES_DBT_PASS') }}"
dbname: "{{ env_var('CI_POSTGRES_DBT_DBNAME') }}"
port: 5432
schema: quickbooks_integration_tests_18
schema: quickbooks_integration_tests_19
threads: 8
databricks:
catalog: "{{ env_var('CI_DATABRICKS_DBT_CATALOG') }}"
host: "{{ env_var('CI_DATABRICKS_DBT_HOST') }}"
http_path: "{{ env_var('CI_DATABRICKS_DBT_HTTP_PATH') }}"
schema: quickbooks_integration_tests_18
schema: quickbooks_integration_tests_19
threads: 8
token: "{{ env_var('CI_DATABRICKS_DBT_TOKEN') }}"
type: databricks
2 changes: 1 addition & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ models:

vars:
quickbooks_source:
quickbooks_schema: quickbooks_integration_tests_18
quickbooks_schema: quickbooks_integration_tests_19
quickbooks_account_identifier: "account_data"
quickbooks_address_identifier: "address_data"
quickbooks_bill_line_identifier: "bill_line_data"
Expand Down

0 comments on commit 69b8e22

Please sign in to comment.