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:
Keshav Mohta 2025-11-17 12:23:42 +05:30 committed by GitHub
parent 3321dd4bac
commit 4e2d63be70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 2 deletions

View File

@ -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": {

View File

@ -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: