diff --git a/ingestion/pipelines/sample_data.json b/ingestion/pipelines/sample_data.json index b67363d4a13..d9f6a334bd3 100644 --- a/ingestion/pipelines/sample_data.json +++ b/ingestion/pipelines/sample_data.json @@ -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": { diff --git a/ingestion/pipelines/sample_data.yaml b/ingestion/pipelines/sample_data.yaml index af26b907d0e..97c3f6d0c95 100644 --- a/ingestion/pipelines/sample_data.yaml +++ b/ingestion/pipelines/sample_data.yaml @@ -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: