Skip to content

Commit

Permalink
Merge pull request #20 from fivetran/customer/readme-typo-fix
Browse files Browse the repository at this point in the history
Customer/readme typo fix
  • Loading branch information
fivetran-joemarkiewicz authored Jun 28, 2021
2 parents b10fb92 + 8381564 commit 2cf4947
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you have multiple Shopify connectors in Fivetran and would like to use this p
config-version: 2
vars:
union_schema: ['shopify_usa','shopify_canada'] # use this if the data is in different schemas/datasets of the same database/project
union_schemas: ['shopify_usa','shopify_canada'] # use this if the data is in different schemas/datasets of the same database/project
union_databases: ['shopify_usa','shopify_canada'] # use this if the data is in different databases/projects but uses the same schema name
```

Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

name: 'shopify_source'
version: '0.4.0'
version: '0.4.1'
config-version: 2

require-dbt-version: [">=0.18.0", "<0.20.0"]
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'shopify_source_integration_tests'
version: '0.4.0'
version: '0.4.1'
profile: 'integration_tests'
config-version: 2

Expand Down

0 comments on commit 2cf4947

Please sign in to comment.