get_schema
Retrieve schemas of all data tables in a specified branch or reference of your Bauplan data catalog. Provide a branch name to obtain table field definitions.
Instructions
Retrieve schemas of all data tables in a specified branch or reference of the user's Bauplan data catalog as a list, using a branch name.
Args: ref: a reference to a commit that is a state of the user data lake: can be either a hash that starts with "@" and has 64 additional characters or a branch name, that is a mnemonic reference to the last commit that follows the "username.name" format. namespace: Optional namespace table filter to use.
Returns: SchemasOut: Schema object with table fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| namespace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tables | Yes |