Skip to content

Commit

Permalink
chore: Update partition column names in datalake models
Browse files Browse the repository at this point in the history
  • Loading branch information
TanookiVerde committed Oct 25, 2024
1 parent f3ca3fd commit 46137e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/datalake/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class Config:
dataset_id = "brutos_plataforma_smsrio"
table_id = "paciente_cadastro_eventos"
partition_by_date = True
partition_column = "source_updated_at"
partition_column = "datalake_loaded_at"
biglake_table = True
dataset_is_public = False

Expand Down Expand Up @@ -204,8 +204,8 @@ class Config:
dataset_id = "brutos_prontuario_vitacare"
table_id = "paciente_eventos"
partition_by_date = True
partition_column = "source_updated_at"
biglake_table = True
partition_column = "datalake_loaded_at"
biglake_table = False
dataset_is_public = False


Expand Down Expand Up @@ -249,6 +249,6 @@ class Config:
dataset_id = "brutos_prontuario_vitacare"
table_id = "atendimento_eventos"
partition_by_date = True
partition_column = "source_updated_at"
biglake_table = True
partition_column = "datalake_loaded_at"
biglake_table = False
dataset_is_public = False

0 comments on commit 46137e8

Please sign in to comment.