24 lines
525 B
YAML
24 lines
525 B
YAML
|
|
source:
|
||
|
|
type: s3
|
||
|
|
serviceName: atc_s3
|
||
|
|
serviceConnection:
|
||
|
|
config:
|
||
|
|
type: S3
|
||
|
|
awsConfig:
|
||
|
|
awsAccessKeyId: __S3_KEY__
|
||
|
|
awsSecretAccessKey: __S3_SECRET__
|
||
|
|
awsRegion: us-east-1
|
||
|
|
endPointURL: http://10.0.20.111:9020
|
||
|
|
sourceConfig:
|
||
|
|
config:
|
||
|
|
type: StorageMetadata
|
||
|
|
sink:
|
||
|
|
type: metadata-rest
|
||
|
|
config: {}
|
||
|
|
workflowConfig:
|
||
|
|
openMetadataServerConfig:
|
||
|
|
hostPort: http://openmetadata-server:8585/api
|
||
|
|
authProvider: openmetadata
|
||
|
|
securityConfig:
|
||
|
|
jwtToken: "__JWT__"
|