mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-17 11:22:29 +00:00
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
|