Skip to content

Commit

Permalink
fix: change label
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroSiqueira1 committed Oct 24, 2024
1 parent 847e798 commit 07e0c3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pipelines/atividade_economica/dump_db/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
rj_iplanrio_alvaras_flow.run_config = KubernetesRun(
image=constants.DOCKER_IMAGE.value,
labels=[
constants.RJ_IPLANRIO_AGENT_LABEL.value, # label do agente
constants.RJ_SMFP_AGENT_LABEL.value, # label do agente
],
)

Expand All @@ -49,3 +49,4 @@
)

rj_iplanrio_alvaras_flow.schedule = alvaras_infra_daily_update_schedule

2 changes: 1 addition & 1 deletion pipelines/atividade_economica/dump_db/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
interval=timedelta(days=1),
start_date=datetime(2022, 3, 21, 2, 0, tzinfo=pytz.timezone("America/Sao_Paulo")),
labels=[
constants.RJ_IPLANRIO_AGENT_LABEL.value,
constants.RJ_SMFP_AGENT_LABEL.value,
],
db_database="DW_BI_ALVARAS",
db_host="10.70.15.11",
Expand Down

0 comments on commit 07e0c3e

Please sign in to comment.