mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 19:18:05 +00:00
25 lines
628 B
YAML
25 lines
628 B
YAML
|
|
source:
|
||
|
|
type: quicksight
|
||
|
|
serviceName: local_quicksight
|
||
|
|
serviceConnection:
|
||
|
|
config:
|
||
|
|
type: QuickSight
|
||
|
|
awsConfig:
|
||
|
|
awsAccessKeyId: aws_access_key_id
|
||
|
|
awsSecretAccessKey: aws_secret_access_key
|
||
|
|
awsRegion: aws region
|
||
|
|
endPointURL: https://quicksight.<region_name>.amazonaws.com
|
||
|
|
awsAccountId: aws_account_id
|
||
|
|
sourceConfig:
|
||
|
|
config:
|
||
|
|
type: DashboardMetadata
|
||
|
|
dashboardFilterPattern: {}
|
||
|
|
chartFilterPattern: {}
|
||
|
|
sink:
|
||
|
|
type: metadata-rest
|
||
|
|
config: {}
|
||
|
|
workflowConfig:
|
||
|
|
openMetadataServerConfig:
|
||
|
|
hostPort: http://localhost:8585/api
|
||
|
|
authProvider: no-auth
|