From cadcdd936ce660b3ea28d59eb1ae22dfcd968d31 Mon Sep 17 00:00:00 2001 From: Junqiu Zheng Date: Tue, 13 Apr 2021 02:37:17 +0800 Subject: [PATCH] fix(docs): fix config example for file sink (#2380) --- metadata-ingestion/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata-ingestion/README.md b/metadata-ingestion/README.md index e747a12595..b4ed7e22be 100644 --- a/metadata-ingestion/README.md +++ b/metadata-ingestion/README.md @@ -494,7 +494,8 @@ Note that the file source can read files generated by this sink. ```yml sink: type: file - filename: ./path/to/mce/file.json + config: + filename: ./path/to/mce/file.json ``` ## Using as a library