Skip to content

Commit

Permalink
fix: remove partition columns for dump
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-milan committed Dec 10, 2024
1 parent e2c366f commit eb8f00f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pipelines/dump_1746/dump_db/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@
},
"chamado_pessoa": {
"dataset_id": "adm_central_atendimento_1746",
"partition_columns": "id_pessoa_fk",
"materialize_after_dump": True,
"materialization_mode": "prod",
"materialize_to_datario": False,
Expand All @@ -320,7 +319,6 @@
},
"pessoa": {
"dataset_id": "adm_central_atendimento_1746",
"partition_columns": "id_pessoa",
"materialize_after_dump": True,
"materialization_mode": "prod",
"materialize_to_datario": False,
Expand Down

0 comments on commit eb8f00f

Please sign in to comment.