Skip to content

Commit

Permalink
MINOR - Add labels in OM Airflow DAGs
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbrull committed May 13, 2024
1 parent 4f9415f commit b5fa540
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,9 @@ def build_dag_configs(ingestion_pipeline: IngestionPipeline) -> dict:
"schedule_interval": ingestion_pipeline.airflowConfig.scheduleInterval,
"tags": [
"OpenMetadata",
ingestion_pipeline.displayName or ingestion_pipeline.name.__root__,
ingestion_pipeline.pipelineType.value,
ingestion_pipeline.service.name,
],
}

Expand Down

0 comments on commit b5fa540

Please sign in to comment.