updateTable
Updates the schema or the name of an existing table.
Path Parameters
The table's name or unique identifier for targeting specific table operations.
Body
Required. This name is used to identify your table.
1
A table designated as "frozen" is immutable in terms of its name and schema structure; modifications to its schema or a renaming operation are not permitted. The only action that can be taken on such a table is deletion. The schema established at the time of creation is locked in as the final structure. To implement any changes, the table must be duplicated with the desired alterations.
Provide an object or a JSON schema to define the columns of the table. A maximum of 20 keys in the object/schema is allowed.
Optional tags to help organize your tables. These should be passed here as an object representing key/value pairs.
Indicates if the table is enabled for computation.
Was this page helpful?