From 9106416262428f69c207f046837573bfae0c7884 Mon Sep 17 00:00:00 2001 From: patriciacatandi Date: Tue, 10 Oct 2023 11:38:50 -0300 Subject: [PATCH] changing agent on scheduler too --- pipelines/rj_escritorio/dump_ftp_inea/schedules.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pipelines/rj_escritorio/dump_ftp_inea/schedules.py b/pipelines/rj_escritorio/dump_ftp_inea/schedules.py index a8db99996..c068a52d3 100644 --- a/pipelines/rj_escritorio/dump_ftp_inea/schedules.py +++ b/pipelines/rj_escritorio/dump_ftp_inea/schedules.py @@ -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", @@ -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", @@ -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", @@ -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",