From a1521c379ff4da7da238156274d025ad729db04b Mon Sep 17 00:00:00 2001 From: xacadil <92389481+xacadil@users.noreply.github.com> Date: Thu, 21 Dec 2023 23:55:18 +0500 Subject: [PATCH] Removed replication key for TaxRates (#8) --- tap_stripe/streams.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tap_stripe/streams.py b/tap_stripe/streams.py index 654490a..4216d2c 100644 --- a/tap_stripe/streams.py +++ b/tap_stripe/streams.py @@ -694,7 +694,6 @@ class TaxRatesStream(stripeStream): name = "tax_rates" path = "tax_rates" object = "tax_rate" - replication_key = "created" schema = th.PropertiesList( th.Property("id", th.StringType),