Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature][Dashboard][Manager] Creating schema of StreamSource by Statement #7004

Closed
7 tasks done
featzhang opened this issue Dec 21, 2022 · 1 comment
Closed
7 tasks done

Comments

@featzhang
Copy link
Member

featzhang commented Dec 21, 2022

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.

image

image

In order to improve the efficiency of creating new Stream fields, the following three batch import methods are provided:

  1. 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.
  2. Standard SQL: Specify the field name, field type and field remarks through DDL statements
  3. Excel: import Excel template
  4. JSON:Input a JSON statement and specify the information of the field through three keys: Name, Type, and Comment.

image

we could complete this feature refer to:
image

Use case

No response

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@fuweng11
Copy link
Contributor

I will deal with this problem.

@dockerzhang dockerzhang added this to the 1.6.0 milestone Feb 24, 2023
@dockerzhang dockerzhang modified the milestones: 1.6.0, 1.7.0 Mar 14, 2023
@featzhang 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants