Skip to content

Commit 4e1df57

Browse files
committed
for shop_0 world backfill
1 parent 9a5fdbd commit 4e1df57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tap_github/repository_streams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ def get_url_params(
10861086
"""Return a dictionary of values to be used in URL parameterization."""
10871087
assert context is not None, f"Context cannot be empty for '{self.name}' stream."
10881088
params = super().get_url_params(context, next_page_token)
1089-
params["until"] = "2025-07-05"
1089+
params["until"] = "2024-11-22"
10901090
return params
10911091

10921092
def post_process(self, row: dict, context: Context | None = None) -> dict:

0 commit comments

Comments
 (0)