Skip to content

Commit

Permalink
Merge branch 'master' into staging/sms-farmacia-estoque-refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 10, 2023
2 parents 8a97bf3 + 95c577b commit e11f7da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pipelines/rj_escritorio/dump_ftp_inea/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
IntervalClock(
interval=timedelta(minutes=5),
start_date=datetime(2021, 1, 1, tzinfo=pytz.timezone("America/Sao_Paulo")),
labels=[constants.INEA_AGENT_LABEL.value],
labels=[constants.RJ_ESCRITORIO_DEV_AGENT_LABEL.value],
parameter_defaults={
"bucket_name": "rj-escritorio-dev",
"convert_params": "-k=ODIM2.1 -M=All",
Expand All @@ -36,7 +36,7 @@
IntervalClock(
interval=timedelta(minutes=5),
start_date=datetime(2021, 1, 1, tzinfo=pytz.timezone("America/Sao_Paulo")),
labels=[constants.INEA_AGENT_LABEL.value],
labels=[constants.RJ_ESCRITORIO_DEV_AGENT_LABEL.value],
parameter_defaults={
"bucket_name": "rj-escritorio-dev",
"convert_params": "-k=ODIM2.1 -M=All",
Expand All @@ -55,7 +55,7 @@
IntervalClock(
interval=timedelta(days=1),
start_date=datetime(2021, 1, 1, tzinfo=pytz.timezone("America/Sao_Paulo")),
labels=[constants.INEA_AGENT_LABEL.value],
labels=[constants.RJ_ESCRITORIO_DEV_AGENT_LABEL.value],
parameter_defaults={
"bucket_name": "rj-escritorio-dev",
"convert_params": "-k=ODIM2.1 -M=All",
Expand All @@ -75,7 +75,7 @@
IntervalClock(
interval=timedelta(days=1),
start_date=datetime(2021, 1, 1, tzinfo=pytz.timezone("America/Sao_Paulo")),
labels=[constants.INEA_AGENT_LABEL.value],
labels=[constants.RJ_ESCRITORIO_DEV_AGENT_LABEL.value],
parameter_defaults={
"bucket_name": "rj-escritorio-dev",
"convert_params": "-k=ODIM2.1 -M=All",
Expand Down

0 comments on commit e11f7da

Please sign in to comment.