mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-28 16:45:23 +00:00
31 lines
675 B
Markdown
31 lines
675 B
Markdown
|
|
```yaml {% srNumber=100 %}
|
||
|
|
sourceConfig:
|
||
|
|
config:
|
||
|
|
type: DashboardMetadata
|
||
|
|
# lineageInformation:
|
||
|
|
# dbServiceNames:
|
||
|
|
# - service1
|
||
|
|
# - service2
|
||
|
|
# dashboardFilterPattern:
|
||
|
|
# includes:
|
||
|
|
# - dashboard1
|
||
|
|
# - dashboard2
|
||
|
|
# excludes:
|
||
|
|
# - dashboard3
|
||
|
|
# - dashboard4
|
||
|
|
# chartFilterPattern:
|
||
|
|
# includes:
|
||
|
|
# - chart1
|
||
|
|
# - chart2
|
||
|
|
# excludes:
|
||
|
|
# - chart3
|
||
|
|
# - chart4
|
||
|
|
# projectFilterPattern:
|
||
|
|
# includes:
|
||
|
|
# - project1
|
||
|
|
# - project2
|
||
|
|
# excludes:
|
||
|
|
# - project3
|
||
|
|
# - project4
|
||
|
|
```
|