The function the Schema Inference button in the bindings editor served is no longer needed given the introduction of continuous schema inference. Additionally, this feature utilizes the gateway_auth_token RPC which is in the process of being depreciated.
Below are the base requirements for this feature:
Remove the schema inference button from the bindings editor.
Additional Comments
For client development, the SchemaInferenceButton and BindingsEditor components are the primary points of interest.
Last Updated: Sept. 27, 2024
The function the Schema Inference button in the bindings editor served is no longer needed given the introduction of continuous schema inference. Additionally, this feature utilizes the
gateway_auth_token
RPC which is in the process of being depreciated.Below are the base requirements for this feature:
Additional Comments
SchemaInferenceButton
andBindingsEditor
components are the primary points of interest.