mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 11:09:14 +00:00
* Fivetran Connector Added * Fivetran unit test added * Fixed Unit Tests * Added Fivetran Docs & Added Fivetran in Pipeline Listing
22 lines
474 B
YAML
22 lines
474 B
YAML
source:
|
|
type: glue
|
|
serviceName: local_glue5
|
|
serviceConnection:
|
|
config:
|
|
type: Glue
|
|
awsConfig:
|
|
awsAccessKeyId: KEY
|
|
awsSecretAccessKey: SECRET
|
|
awsRegion: us-east-2
|
|
endPointURL: https://glue.us-east-2.amazonaws.com/
|
|
sourceConfig:
|
|
config:
|
|
type: PipelineMetadata
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: http://localhost:8585/api
|
|
authProvider: no-auth
|