mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-06 20:47:26 +00:00
Fix: metadata-rest sink configuration for sample data ingestion (#24371)
* fix: metadata-rest sink configuration for sample data ingestion * fix: sink config changes in sample_data.json
This commit is contained in:
parent
3321dd4bac
commit
4e2d63be70
@ -15,7 +15,12 @@
|
||||
},
|
||||
"sink": {
|
||||
"type": "metadata-rest",
|
||||
"config": {}
|
||||
"config": {
|
||||
"api_endpoint": null,
|
||||
"bulk_sink_batch_size": 1,
|
||||
"enable_async_pipeline": false,
|
||||
"async_pipeline_workers": 2
|
||||
}
|
||||
},
|
||||
"workflowConfig": {
|
||||
"openMetadataServerConfig": {
|
||||
|
||||
@ -11,7 +11,12 @@ source:
|
||||
sourceConfig: {}
|
||||
sink:
|
||||
type: metadata-rest
|
||||
config: {}
|
||||
config:
|
||||
api_endpoint: null
|
||||
bulk_sink_batch_size: 1
|
||||
enable_async_pipeline: false
|
||||
async_pipeline_workers: 2
|
||||
|
||||
workflowConfig:
|
||||
loggerLevel: INFO # DEBUG, INFO, WARN or ERROR
|
||||
openMetadataServerConfig:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user