diff --git a/app/datalake/models.py b/app/datalake/models.py index 9ce08d4b..8181da06 100644 --- a/app/datalake/models.py +++ b/app/datalake/models.py @@ -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