Skip to content

Commit

Permalink
🦕 Rename to highlight expanded scope
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari committed Aug 16, 2023
1 parent 4ef679e commit cd6ad00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ def _email_2_user_list(email_list):
if not args.dry_run:
logging.info(f"Pipeline delete result is {edb.get_pipeline_state_db().delete_many(pipeline_query).raw_result}")
logging.info(f"Composite trip delete result is {edb.get_analysis_timeseries_db().delete_many(trip_query).raw_result}")
edb.get_pipeline_state_db().update_one(pipeline_query, {"$unset": {"curr_run_ts": ""}})
edb.get_pipeline_state_db().update_one(pipeline_query, {"$set": {"curr_run_ts": None}})

0 comments on commit cd6ad00

Please sign in to comment.