david radley created FLINK-39040:
------------------------------------
Summary: allow additional json to be specified for the body
request
Key: FLINK-39040
URL: https://issues.apache.org/jira/browse/FLINK-39040
Project: Flink
Issue Type: Improvement
Components: Connectors / HTTP
Reporter: david radley
Event flows contain columns / fields often does not always contain all the
content that is required for a request of a body. In this case one way of
getting round this is to create a preceding view with constants for this extra
content. This does not work in all cases, as booleans and nested structures and
arrays are not resolve to equalities for the join by the table planner, so we
cannot pass this content to the API.
This issue is to add a new parameter for _GenericJsonAndUrlQueryCreator_ to
specify addition json content to be merged into the request body, after the
body fields content. This allows the user to specify content for the API
request body without needing to define new columns for this.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)