SIENTIAPDE-1174

SIENTIAPDE-1174 Add pod_id to Ingestor metadata for improved tracking

- Included 'pod_id' in the metadata dictionary of the Ingestor class to enhance tracking capabilities.
This commit is contained in:
vitor-aignosi
2025-07-31 09:12:18 -03:00
parent 5ed6523c51
commit 17d958c666

View File

@@ -74,6 +74,7 @@ class Ingestor:
'model_name': '-', 'model_name': '-',
'workflow_name': 'OPC_INGESTOR', 'workflow_name': 'OPC_INGESTOR',
'schema_name': 'OPC_INGESTOR', 'schema_name': 'OPC_INGESTOR',
'pod_id': self.pod_id,
} }
self.ingestor_manager = None self.ingestor_manager = None