mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-08 13:36:32 +00:00
* rebase with main * Added lineage for mode * added lineagerunner and enum constants * added host port * refactored mode according to new dashboard topology * checkstyle fixes Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
31 lines
711 B
YAML
31 lines
711 B
YAML
source:
|
|
type: mode
|
|
serviceName: local_mode
|
|
serviceConnection:
|
|
config:
|
|
access_token: access_token
|
|
access_token_password: access_token_password
|
|
workspace_name: workspace_name
|
|
type: Mode
|
|
sourceConfig:
|
|
config:
|
|
chartFilterPattern:
|
|
includes:
|
|
- Gross Margin %
|
|
- Total Defect*
|
|
- "Number"
|
|
excludes:
|
|
- Total Revenue
|
|
dashboardFilterPattern:
|
|
includes:
|
|
- Supplier Quality Analysis Sample
|
|
- "Customer"
|
|
dbServiceName: local_redshift
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: http://localhost:8585/api
|
|
authProvider: no-auth
|