mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-24 09:50:01 +00:00
26 lines
578 B
YAML
26 lines
578 B
YAML
source:
|
|
type: datalake
|
|
serviceName: local_datalake4
|
|
serviceConnection:
|
|
config:
|
|
type: Datalake
|
|
configSource:
|
|
securityConfig:
|
|
awsAccessKeyId: aws access key id
|
|
awsSecretAccessKey: aws secret access key
|
|
awsRegion: aws region
|
|
bucketName: bucket name
|
|
prefix: prefix
|
|
sourceConfig:
|
|
config:
|
|
tableFilterPattern:
|
|
includes:
|
|
- ''
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: http://localhost:8585/api
|
|
authProvider: no-auth
|
|
|