Skip to content

Commit 04e1b90

Browse files
guidooswaldDBclaude
andcommitted
Fix metastore list linking and add workspace assignments action
- Fix list_key for List Metastores (None → "metastores") to enable inline links - Add action icon to List Metastores to call List Metastore Assignments Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3cfee80 commit 04e1b90

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

api_catalog.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,9 @@ def _usage_end_month() -> str:
12061206
"acct-keys-list": ("acct-keys-get", None, "customer_managed_key_id", "customer_managed_key_id", None),
12071207
"acct-log-delivery-list": ("acct-log-delivery-get", "log_delivery_configurations", "config_id", "log_delivery_configuration_id", "config_name"),
12081208
"acct-budgets-list": ("acct-budgets-get", "budgets", "budget_configuration_id", "budget_id", "display_name"),
1209-
"acct-metastores-list": ("acct-metastores-get", None, "metastore_id", "metastore_id", "name"),
1209+
"acct-metastores-list": ("acct-metastores-get", "metastores", "metastore_id", "metastore_id", "name",
1210+
None,
1211+
[("acct-metastore-assignments-list", "bi-diagram-3", "List workspace assignments", {"metastore_id": "metastore_id"})]),
12101212
}
12111213

12121214

0 commit comments

Comments
 (0)