Skip to content

Commit

Permalink
fix: schedule for the registry app
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-milan committed Dec 17, 2024
1 parent 3f8094f commit db5e348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/dump_1746/run_dbt_model/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand All @@ -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,
Expand Down

0 comments on commit db5e348

Please sign in to comment.