mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 19:18:05 +00:00
* multiple-database-service-names-added-in-dashboard * code-formatted * code-smell-removed * code-formatted * improved-dbserviceName-handling-in-dashboard * fix checks failing Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
31 lines
714 B
YAML
31 lines
714 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"
|
|
dbServiceNames: [local_redshift]
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: http://localhost:8585/api
|
|
authProvider: no-auth
|