PR #115 introduces the following changes:
Feature Update
This pre-release ensures that the GraphQL API-based models are run by default, rather than the REST API ones. It therefore updates the default value of the shopify_api variable to be graphql instead of its original rest value.
This release is intended to be used by Fivetran Quickstart users who cannot manually adjust the shopify_api variable value and have GraphQL Shopify connections.
This pre-release merges updates from v0.21.0 and v0.21.1 into the pre-existing v0.21.0-a1 version.
Under the Hood
With the above in mind, we have updated the public_models config in the quickstart.yml file to reflect the GraphQL end models only.
Full Changelog: v0.21.1...v0.21.2-a1