Skip to content

Commit

Permalink
HOTFIX GPS Zirix - Corrige table id na task set_last_run_timestamp (#183
Browse files Browse the repository at this point in the history
)

* corrige table id

* add changelog

* corrige table_id set_last_run_timestamp

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
pixuimpou and mergify[bot] authored Sep 2, 2024
1 parent 50c81c9 commit 4e46b70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
)
set_last_run_timestamp(
dataset_id=dataset_id,
table_id=table_id,
table_id="gps_sppo",
timestamp=date_range["date_range_end"],
wait=RUN,
mode=MODE,
Expand Down

0 comments on commit 4e46b70

Please sign in to comment.