From db5e34820da0578e67dcda4f39fc1ac0722fbd04 Mon Sep 17 00:00:00 2001 From: Gabriel Gazola Milan Date: Tue, 17 Dec 2024 11:47:57 -0300 Subject: [PATCH] fix: schedule for the registry app --- pipelines/dump_1746/run_dbt_model/schedules.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/dump_1746/run_dbt_model/schedules.py b/pipelines/dump_1746/run_dbt_model/schedules.py index ae60fb7..80b3b7c 100644 --- a/pipelines/dump_1746/run_dbt_model/schedules.py +++ b/pipelines/dump_1746/run_dbt_model/schedules.py @@ -15,7 +15,7 @@ start_date=datetime(2020, 1, 1, 6, tzinfo=pytz.timezone("America/Sao_Paulo")), labels=[constants.RJ_SEGOVI_AGENT_LABEL.value], parameter_defaults={ - "dataset_id": "adm_central_atendimento_1746", + "dataset_id": "app_identidade_unica", "dbt_alias": False, "dbt_model_parameters": {}, "dbt_model_secret_parameters": [], @@ -24,7 +24,7 @@ "exclude": None, "flags": None, "infisical_credential_dict": None, - "table_id": "chamado_cpf", + "table_id": "1746_chamado_cpf", "upstream": None, "mode": "prod", "materialize_to_datario": False,