mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +00:00
fix(mcp): fix crashes in list tools, dataset info, chart preview, and add owner/favorite filters (#38277)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1319,7 +1319,7 @@ class TestDatasetDefaultColumnFiltering:
|
||||
dataset_item = data["datasets"][0]
|
||||
|
||||
# Verify ONLY default columns are present in the response item
|
||||
expected_keys = {"id", "table_name", "schema_name", "changed_on_humanized"}
|
||||
expected_keys = {"id", "table_name", "schema", "changed_on_humanized"}
|
||||
actual_keys = set(dataset_item.keys())
|
||||
|
||||
# The response should only contain the default columns, NOT all columns
|
||||
|
||||
Reference in New Issue
Block a user