apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://gravitino.apache.org
Apache License 2.0
1.07k stars 335 forks source link

[Subtask] Support web ui for creating table (basic column type) #5450

Open LauraXia123 opened 1 week ago

LauraXia123 commented 1 week ago

Describe the subtask

Creating a catalog with type: relational Clicking the schema of catalog Need a btn CREATE TABLE with plus icon

image image

You can find the open api doc here: https://gravitino.apache.org/docs/0.6.1-incubating/api/rest/create-table You can fine the gravitino table column types here: https://gravitino.apache.org/docs/0.6.1-incubating/manage-relational-metadata-using-gravitino#apache-gravitino-table-column-type

Only support the following column types for this issue: [ 'boolean', 'byte', 'short', 'integer', 'long', 'float', 'double', 'date', 'time', 'timestamp', 'timestamp_tz', 'string', 'interval_day', 'interval_year', 'uuid', 'binary', ]

Parent issue

5449

orenccl commented 1 week ago

Could you please assign this task to me?

xunliu commented 1 week ago

hi, @orenccl Thank you for your interest in this issue, I assigned to you.