We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5fdbd commit 4e1df57Copy full SHA for 4e1df57
tap_github/repository_streams.py
@@ -1086,7 +1086,7 @@ def get_url_params(
1086
"""Return a dictionary of values to be used in URL parameterization."""
1087
assert context is not None, f"Context cannot be empty for '{self.name}' stream."
1088
params = super().get_url_params(context, next_page_token)
1089
- params["until"] = "2025-07-05"
+ params["until"] = "2024-11-22"
1090
return params
1091
1092
def post_process(self, row: dict, context: Context | None = None) -> dict:
0 commit comments