Skip to content

Commit

Permalink
Merge branch 'main' into sdk_update
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored May 24, 2024
2 parents 45195e3 + 311d60e commit 0a5216d
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 0a5216d

Please sign in to comment.