Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .quickstart/quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ supported_vars:
display_name: "Aggregated Inventory States"

shopify__calendar_start_date:
type: string
type: date
value: "2019-01-01"
description: "Start date for the window of data included in time-based models (YYYY-MM-DD format)"
display_name: "Date Range Start"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# dbt_shopify v1.5.1

[PR #143](https://github.com/fivetran/dbt_shopify/pull/143) includes the following updates:

## Under the Hood
- Adjusts the data type of `shopify__calendar_start_date` in the `quickstart.yml` from string to date.

# dbt_shopify v1.5.0

[PR #142](https://github.com/fivetran/dbt_shopify/pull/142) includes the following updates:
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'shopify'
version: '1.5.0'
version: '1.5.1'
config-version: 2
require-dbt-version: [">=1.3.0", "<3.0.0"]
models:
Expand Down
2 changes: 1 addition & 1 deletion docs/catalog.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/manifest.json

Large diffs are not rendered by default.

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_integration_tests'
version: '1.5.0'
version: '1.5.1'
profile: 'integration_tests'
config-version: 2

Expand Down