From bef8f8fe6a8a3a0777e97ae9f804337c6ad97b98 Mon Sep 17 00:00:00 2001 From: Alex Maras Date: Tue, 19 Mar 2024 17:30:26 +0800 Subject: [PATCH] doc: add use_raw_stream_name to configuration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 97cf0ae..4475ac6 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Build with the [Meltano Target SDK](https://sdk.meltano.com). "include_process_date": true|false, "append_date_to_prefix": true|false, "partition_name_enabled": true|false, + "use_raw_stream_name": true|false, "append_date_to_prefix_grain": "day", "append_date_to_filename": true|false, "append_date_to_filename_grain": "microsecond",