mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 11:39:12 +00:00
21 lines
427 B
YAML
21 lines
427 B
YAML
source:
|
|
type: redash
|
|
serviceName: local_redash
|
|
serviceConnection:
|
|
config:
|
|
type: Redash
|
|
hostPort: http://localhost:5000
|
|
apiKey: api_key
|
|
username: random
|
|
sourceConfig:
|
|
config:
|
|
dashboardFilterPattern: {}
|
|
chartFilterPattern: {}
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: http://localhost:8585/api
|
|
authProvider: no-auth
|