mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 11:39:12 +00:00
Fix: Profiler DAG takes loggerLevel from ingestion pipeline (#6685)
This commit is contained in:
parent
18d204d883
commit
66e0527a90
@ -28,6 +28,7 @@ from metadata.generated.schema.entity.services.ingestionPipelines.ingestionPipel
|
||||
IngestionPipeline,
|
||||
)
|
||||
from metadata.generated.schema.metadataIngestion.workflow import (
|
||||
LogLevels,
|
||||
OpenMetadataWorkflowConfig,
|
||||
Processor,
|
||||
Sink,
|
||||
@ -52,7 +53,8 @@ def build_profiler_workflow_config(
|
||||
config={},
|
||||
),
|
||||
workflowConfig=WorkflowConfig(
|
||||
openMetadataServerConfig=ingestion_pipeline.openMetadataServerConnection
|
||||
loggerLevel=ingestion_pipeline.loggerLevel or LogLevels.INFO,
|
||||
openMetadataServerConfig=ingestion_pipeline.openMetadataServerConnection,
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user