- Add
build
to the list of fields we canonicalize for the Transactions stream #103
- Add
python_requires
tosetup.py
#101- We've tested the tap on
python 3.5.2
andpython 3.8.0
- We've tested the tap on
- Canonicalize
Timestamp
totimestamp
onTransactions.receipt
#98
This version ships both #96 and #97.
From #97:
- removes the "untestable streams" list from all tests.
- makes the test match the tap and expect the default page size to be 175, not 250
- adds bookmarking to order_refunds
- adds bookmarking to transactions
- adds shopify error handling to transactions
- The tests would fail with unhandled 429s
- adds pagination to transactions
From #96:
- Update the API version from
2020-10
to2021-04
- Add
null, object
to customer schema definition #94
- Bumps
singer-python
from5.11.0
to5.12.1
#91
- Modified schema so that all fields using
multipleOf
are now usingsinger.decimal
#88
- Change how exceptions are logged to make the error messages more consistent #84
- Accepts any string for
accepts_marketing_updated_at
field on thecustomers
stream #69
- Bumps
singer-python
from5.4.1
to5.9.1
#67
- Adds
accepts_marketing_updated_at
to sharedcustomer
schema #61
- Bumped Shopify API version to 2020-07 (SDK version 8.0.1) #63
- Fixes issue where
products
returns 0 records due to a change in thestatus
parameter, Shopify now requirespublished_status
#59
- Update the line_item schema to allow an object under the properties key #58
- Bump ShopifyAPI version from 3.1.0 -> 7.0.1 #54
- Explicitly specify Shopify API version as
2019-10
#54
- Use try/except around JSON metafield's data and fallback to string #50
- Handles null/non-integer values for
results_per_page
#48
- Lowering the page size from 250 to 175 as per recommendation from Shopify to mitigate receiving 500s #45
- Bump minimum value for numbers to 1e-10 commit
- Canonicalize
transaction__receipt__version
to always prefer and coerce toversion
#41
- Add
http_request_timer
metrics to HTTP requests #39
- Canonicalize
transaction__receipt__token
to always usetoken
instead ofToken
#37
- Retry pattern will now fall back to lowercase if
Retry-After
not present #35
- Uses patternProperties to match extra fields on transactions receipts #33
- Add
results_per_page
as a config param and allow float values fordate_window_size
#30
- Fix bookmark resetting for
since_id
after date window finishes #29
- Check for
updated_at
field incollect
records. If absent, sync it #28
- Update the JSON Schema for "number" elements to use a higher "multipleOf" precision #27
- Reset local
since_id
to 1 after the date window finishes on normal syncs #25
- Sets the default paging window to 1 day at a time to account for large volumes #24
- Updates bookmarking code to capture the since_id in case an interruption occurs while syncing a window with large amounts of data #23
- Updates a number of schema fields to validate and load as Decimals #22
- Uses anyOf schema for the shared line_item id #21
- Fixes some retry logic to retry JSON Decode errors from weird Shopify responses #18
- Updates the orders and order_refunds schemas #17
- Releasing a beta for more general availability
- Reduce query window to 1 week
- Reduce query window to 1 month
- Change bookmarking to use query windows
updated_at_max
as bookmark #9