mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 12:08:31 +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,
|
IngestionPipeline,
|
||||||
)
|
)
|
||||||
from metadata.generated.schema.metadataIngestion.workflow import (
|
from metadata.generated.schema.metadataIngestion.workflow import (
|
||||||
|
LogLevels,
|
||||||
OpenMetadataWorkflowConfig,
|
OpenMetadataWorkflowConfig,
|
||||||
Processor,
|
Processor,
|
||||||
Sink,
|
Sink,
|
||||||
@ -52,7 +53,8 @@ def build_profiler_workflow_config(
|
|||||||
config={},
|
config={},
|
||||||
),
|
),
|
||||||
workflowConfig=WorkflowConfig(
|
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