mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-12 15:57:44 +00:00
* Fivetran Connector Added * Fivetran unit test added * Fixed Unit Tests * Added Fivetran Docs & Added Fivetran in Pipeline Listing
18 lines
390 B
YAML
18 lines
390 B
YAML
source:
|
|
type: fivetran
|
|
serviceName: local_fivetran_1
|
|
serviceConnection:
|
|
config:
|
|
type: Fivetran
|
|
apiKey: <fivetran api key>
|
|
apiSecret: <fivetran api secret>
|
|
sourceConfig:
|
|
config:
|
|
type: PipelineMetadata
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: http://localhost:8585/api
|
|
authProvider: no-auth |