SIENTIAPDE-1163
SIENTIAPDE-1163 Refactor Ingestor and DataManager classes to enhance metadata handling - Updated Ingestor class to include additional metadata fields: 'workflow_name' and 'schema_name'. - Modified DataManager to accept metadata during initialization. - Adjusted unit tests to validate the new metadata structure and ensure proper functionality across various managers. - Removed unused logger initialization in tests for cleaner code.
This commit is contained in:
@@ -87,6 +87,8 @@ class DataManager(BaseActivity):
|
||||
self.mongo_client = MongoClient(self.connection_string)
|
||||
self.mongo_client.server_info()
|
||||
|
||||
self.metadata = metadata
|
||||
|
||||
self.mongo_db = self.mongo_client[self.database]
|
||||
|
||||
logger.info(
|
||||
|
||||
Reference in New Issue
Block a user