get_iceberg_tables
Retrieve a list of iceberg tables within a specified namespace from the Iceberg catalog, enabling efficient metadata management and navigation for Apache Iceberg data lakehouses.
Instructions
Provides a list of iceberg tables from the Iceberg catalog for a given namespace
Input Schema
Name | Required | Description | Default |
---|---|---|---|
namespace | Yes |
Input Schema (JSON Schema)
{
"properties": {
"namespace": {
"title": "Namespace",
"type": "string"
}
},
"required": [
"namespace"
],
"title": "get_iceberg_tablesArguments",
"type": "object"
}