You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the below schema the 'policy' is an array of record (nested) type. Below is the response from the Streamline API, but the UI does not provide a way to enter an index and then select a member field. Eg. policy[0].f1 = 100.
@shahsank3t , in the kafka source the array type is accepted (see field policy) and displays the output fields. However it does not display the type of the members of the array.
We need to fix all the processors and sinks before enabling end-end support for "array" types.
In the below schema the 'policy' is an array of record (nested) type. Below is the response from the Streamline API, but the UI does not provide a way to enter an index and then select a member field. Eg.
policy[0].f1 = 100
.Response from streamline API:
SR Schema :
The text was updated successfully, but these errors were encountered: