We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928df3b commit 96f191fCopy full SHA for 96f191f
scripts/jobs/data_and_insight/icaseworks_ingest_to_raw.py
@@ -289,7 +289,7 @@ def main():
289
]
290
291
for data_dict in list_of_datadictionaries:
292
- if data_dict["full_ingestion"] == False:
+ if data_dict["full_ingestion"] is False:
293
date_to_track_from = get_latest_timestamp(data_dict)
294
print(f"Starting calls from {date_to_track_from}")
295
0 commit comments