Commit Graph

3 Commits

Author SHA1 Message Date
Evan
2c63a83829 docs(meta-db): warn that SUPERSET_META_DB_LIMIT truncates tables before joins
Addresses #36304. The Superset meta database applies SUPERSET_META_DB_LIMIT
(default 1000) to each underlying table before the in-memory join runs, so a
join over tables larger than the limit can silently return incomplete or empty
results. Document this caveat near the existing SUPERSET_META_DB_LIMIT prose.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 17:46:21 -07:00
Evan Rusackas
6fa0b48752 docs: cut 6.1.0 versions for user_docs, admin_docs, developer_docs, components (#40126)
Co-authored-by: Claude Code <noreply@anthropic.com>
2026-05-18 12:59:39 -07:00
Evan Rusackas
8a86ab7319 chore(docs): rename default docs plugin to user_docs for consistent versioned dir naming (#40171)
Co-authored-by: Claude Code <noreply@anthropic.com>
2026-05-15 22:26:43 -07:00