diff --git a/tap_github/repository_streams.py b/tap_github/repository_streams.py index 0eb505a9..de8371e8 100644 --- a/tap_github/repository_streams.py +++ b/tap_github/repository_streams.py @@ -665,7 +665,7 @@ class ReleasesStream(GitHubRestStream): primary_keys = ["id"] parent_stream_type = RepositoryStream state_partitioning_keys = ["repo", "org"] - replication_key = "published_at" + replication_key = "created_at" MAX_RESULTS_LIMIT = 10000