SIENTIAPDE-1712

SIENTIAPDE-1712 Enhance logging in Gates, MLFlow, and Storage classes by integrating logger parameter for improved traceability. This update allows for better monitoring of operations and data handling across these components.
This commit is contained in:
vitor-aignosi
2026-03-30 09:24:52 -03:00
parent 00ac77a091
commit fa88572126
4 changed files with 7 additions and 1 deletions

View File

@@ -105,6 +105,7 @@ class Storage(Postgres, MinioManager):
workflow_metadata=metadata,
model_name=model_name,
operation='initial',
logger=self.logger,
)
@activity.defn(name='export_payload_to_postgres')