File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1937,7 +1937,7 @@ class WorkflowsStream(GitHubRestStream):
1937
1937
name = "workflows"
1938
1938
path = "/repos/{org}/{repo}/actions/workflows"
1939
1939
primary_keys : ClassVar [list [str ]] = ["id" ]
1940
- replication_key = "updated_at"
1940
+ replication_key = None
1941
1941
parent_stream_type = RepositoryStream
1942
1942
ignore_parent_replication_key = True
1943
1943
state_partitioning_keys : ClassVar [list [str ]] = ["repo" , "org" ]
@@ -1972,7 +1972,7 @@ class WorkflowRunsStream(GitHubRestStream):
1972
1972
name = "workflow_runs"
1973
1973
path = "/repos/{org}/{repo}/actions/runs"
1974
1974
primary_keys : ClassVar [list [str ]] = ["id" ]
1975
- replication_key = "updated_at"
1975
+ replication_key = None
1976
1976
parent_stream_type = RepositoryStream
1977
1977
ignore_parent_replication_key = False
1978
1978
state_partitioning_keys : ClassVar [list [str ]] = ["repo" , "org" ]
You can’t perform that action at this time.
0 commit comments