Skip to content

Commit

Permalink
Update name of target table in models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TanookiVerde authored Oct 15, 2024
1 parent 24381be commit 6963141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/datalake/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class SMSRioPaciente(BaseModel):

class Config:
dataset_id = "brutos_plataforma_smsrio"
table_id = "paciente_eventos"
table_id = "paciente_cadastro_eventos"
partition_by_date = True
partition_column = "source_updated_at"
biglake_table = True
Expand Down

0 comments on commit 6963141

Please sign in to comment.