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",