Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

sh iterate_over_date.sh <start-date> <end-date>
ex: sh iterate_over_date.sh 012022-03-01 2022 05-03-202205

  • date needs to be in format of ddYYYY-mm-YYYYdd

  • range is exclusive of last date, [start-date, end-date), ex: in above example, script will call dag for 1, 2, 3 and 4 march. Will not do for 5 march.

...