Create a table in Keboola Storage.
kbc remote create table [flags]
--bucket <string>
--columns <string>
--name <string>
--primary-key <string>
➜ kbc remote create table
? Select a bucket: [Use arrows to move, type to filter]
bucket1 (in.c-bucket1)
> bucket2 (in.c-bucket2)
Enter the table name.
? Table name: my-table
Enter a comma-separated list of column names.
? Columns: id,name,age
? Select columns for the primary key: [Use arrows to move, space to select]
> [x] id
[ ] name
[ ] age
Created table "in.c-bucket2.my-table".
© 2023 Keboola