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
At present, when creating a Stream field, it needs to be input one by one, which is relatively inefficient, especially when there are too many fields, the input will be very difficult.
In order to improve the efficiency of creating new Stream fields, the following three batch import methods are provided:
CSV: "Comma-Separated Values", is a file format for storing and exchanging data in a tabular structure, where each row represents a record and each column represents a field. The values in each row are separated by commas, and each row is separated by a new line.
Standard SQL: Specify the field name, field type and field remarks through DDL statements
Excel: import Excel template
JSON:Input a JSON statement and specify the information of the field through three keys: Name, Type, and Comment.
featzhang
changed the title
[Feature][Dashboard][Manager] Creating schema of StreamSource by SQL
[Feature][Dashboard][Manager] Creating schema of StreamSource by Statement
Mar 25, 2023
Description
At present, when creating a Stream field, it needs to be input one by one, which is relatively inefficient, especially when there are too many fields, the input will be very difficult.
In order to improve the efficiency of creating new Stream fields, the following three batch import methods are provided:
we could complete this feature refer to:
Use case
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: