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),