This is an automated email from the ASF dual-hosted git repository.
tyrantlucifer pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git
The following commit(s) were added to refs/heads/main by this push:
new ad369e8095 [Hotfix][Docs][2.3.0] Typo http connector content_field
(#197)
ad369e8095 is described below
commit ad369e8095da17610cc78f16553f99b8f146de52
Author: xifeng yang <[email protected]>
AuthorDate: Mon Feb 13 20:46:32 2023 +0800
[Hotfix][Docs][2.3.0] Typo http connector content_field (#197)
---
versioned_docs/version-2.3.0/connector-v2/source/Http.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/versioned_docs/version-2.3.0/connector-v2/source/Http.md
b/versioned_docs/version-2.3.0/connector-v2/source/Http.md
index 88a068e7f3..f757593634 100644
--- a/versioned_docs/version-2.3.0/connector-v2/source/Http.md
+++ b/versioned_docs/version-2.3.0/connector-v2/source/Http.md
@@ -23,7 +23,7 @@ Used to read data from Http.
| schema | Config | No | - |
| schema.fields | Config | No | - |
| json_field | Config | No | - |
-| content_json | String | No | - |
+| content_field | String | No | - |
| format | String | No | json |
| method | String | No | get |
| headers | Map | No | - |
@@ -131,7 +131,7 @@ connector will generate data as the following:
the schema fields of upstream data
-### content_json [String]
+### content_field [String]
This parameter can get some json data.If you only need the data in the 'book'
section, configure `content_field = "$.store.book.*"`.