Skip to content

Commit

Permalink
Changes rep key (hotgluexyz#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmesel authored Dec 12, 2023
1 parent 36f760d commit cc3f953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_stella_connect/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class DataStream(TapStellaConnectStream):
name = "data"
path = "/data"
primary_keys: t.ClassVar[list[str]] = ["id"]
replication_key = "request_created_at"
replication_key = "response_received_at"

schema = th.PropertiesList(
th.Property("uuid", th.StringType),
Expand Down

0 comments on commit cc3f953

Please sign in to comment.