mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 19:18:05 +00:00
* Fix #4758: Add support for yaml configuration in Ingestion connectors * Fix #4758: Add support for yaml configuration in Ingestion connectors * Fix #4758: Add support for yaml configuration in Ingestion connectors * Fix #4758: Add support for yaml configuration in Ingestion connectors
17 lines
334 B
YAML
17 lines
334 B
YAML
---
|
|
source:
|
|
type: sample-data
|
|
serviceName: sample_data
|
|
serviceConnection:
|
|
config:
|
|
type: SampleData
|
|
sampleDataFolder: "./examples/sample_data"
|
|
sourceConfig: {}
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: http://localhost:8585/api
|
|
authProvider: no-auth
|