Files
superset2/docs/user_docs_versioned_docs/version-6.0.0/configuration
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
..