delete_table
Delete a table from your Bauplan data catalog by specifying the table name and branch.
Instructions
Delete a specified table from the user's Bauplan data catalog using a table name. Delete a table from the user's Bauplan data lake.
Args: table: Name of the table to delete. branch: Branch name where the table will be deleted. Must follow the format <username.branch_name>.
Returns: TableDeleted: Object indicating whether the table was deleted with details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| branch | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | ||
| deleted | Yes | ||
| message | Yes |