mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-08 13:40:08 +00:00
15 lines
344 B
Markdown
15 lines
344 B
Markdown
|
|
```yaml {% srNumber=100 %}
|
||
|
|
sourceConfig:
|
||
|
|
config:
|
||
|
|
type: PipelineMetadata
|
||
|
|
# markDeletedPipelines: True
|
||
|
|
# includeTags: True
|
||
|
|
# includeLineage: true
|
||
|
|
# pipelineFilterPattern:
|
||
|
|
# includes:
|
||
|
|
# - pipeline1
|
||
|
|
# - pipeline2
|
||
|
|
# excludes:
|
||
|
|
# - pipeline3
|
||
|
|
# - pipeline4
|
||
|
|
```
|