mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 19:18:05 +00:00
24 lines
557 B
YAML
24 lines
557 B
YAML
source:
|
|
type: athena
|
|
serviceName: local_athena
|
|
serviceConnection:
|
|
config:
|
|
type: Athena
|
|
database: database_name
|
|
awsConfig:
|
|
awsAccessKeyId: access key id
|
|
awsSecretAccessKey: access secret key
|
|
awsRegion: aws region name
|
|
s3StagingDir: s3 directory for datasource
|
|
workgroup: workgroup name
|
|
sourceConfig:
|
|
config:
|
|
type: DatabaseMetadata
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: http://localhost:8585/api
|
|
authProvider: no-auth
|