We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97bc6a0 commit 2631c6bCopy full SHA for 2631c6b
functions-python/backfill_dataset_service_date_range/src/main.py
@@ -122,8 +122,8 @@ def backfill_datasets(session: "Session"):
122
if isinstance(summary.get("agencies"), list) and summary["agencies"]:
123
extracted_timezone = summary["agencies"][0].get("timezone", None)
124
125
- formatted_service_start_date
126
- formatted_service_end_date
+ formatted_service_start_date = None
+ formatted_service_end_date = None
127
try:
128
formatted_service_start_date = datetime.strptime(
129
extracted_service_start_date, "%Y-%m-%d"
0 commit comments