mirror of
https://github.com/apache/superset.git
synced 2026-04-24 18:44:53 +00:00
When using the ODPS (MaxCompute) data source, previewing partitioned tables in SQLLab would fail because ODPS requires a partition to be specified for partition tables. This PR adds ODPS-specific handling: - New OdpsEngineSpec with partition detection support - Modified select_star to add partition filter for ODPS partition tables - New Partition dataclass in sql/parse.py - New is_odps_partitioned_table method in DatabaseDAO Closes #32301 Co-Authored-By: zhutong6688 <zhutong66@163.com> Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>