Skip to content

Commit

Permalink
fix: releases replication key
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHillery committed May 9, 2024
1 parent 19af00a commit e2b0016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_github/repository_streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e2b0016

Please sign in to comment.