Open LauraXia123 opened 1 week ago
Creating a catalog with type: relational Clicking the schema of catalog Need a btn CREATE TABLE with plus icon
relational
CREATE TABLE
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', ]
[ 'boolean', 'byte', 'short', 'integer', 'long', 'float', 'double', 'date', 'time', 'timestamp', 'timestamp_tz', 'string', 'interval_day', 'interval_year', 'uuid', 'binary', ]
Could you please assign this task to me?
hi, @orenccl Thank you for your interest in this issue, I assigned to you.
Describe the subtask
Creating a catalog with type:
relational
Clicking the schema of catalog Need a btnCREATE TABLE
with plus iconYou 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