Closed
Description
Environment
- Airbyte version: 0.35.62-alpha
- OS Version / Instance: AWS EC2
- Deployment: Docker (Compose)
- Source Connector and version: Shopify v0.1.36
- Destination Connector and version: S3 v0.2.3
- Severity: Medium
- Step where error happened: Sync job
Current Behavior
After creating a new Shopify source using credentials from a Shopify Development store, syncing to an S3 destination (Parquet), the connection reports requested streams are not available. However, these streams are available for other merchants with the same configuration.
Expected Behavior
The streams should be available.
Logs
LOG
2022-04-01 02:50:14 source > "The requested stream balance_transactions was not found in the source. Available streams: dict_keys(['orders', 'abandoned_checkouts', 'metafields', 'order_refunds', 'order_risks', 'tender_transactions', 'transactions', 'fulfillments', 'shop'])"
Steps to Reproduce
- Create source using Shopify development store credentials
- Sync to S3 (probably works with any other destination)
- View logs for the sync
Are you willing to submit a PR?
Yes