mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 21:16:45 +00:00
24 lines
458 B
JSON
24 lines
458 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|