mirror of
https://github.com/apache/superset.git
synced 2026-04-24 10:35:01 +00:00
fix(odps): add engine and engine_name attributes
Add missing engine and engine_name class attributes to OdpsEngineSpec required for the supports_backend() method to work correctly. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -60,6 +60,8 @@ class OdpsBaseEngineSpec(BaseEngineSpec):
|
||||
|
||||
|
||||
class OdpsEngineSpec(BasicParametersMixin, OdpsBaseEngineSpec):
|
||||
engine = "odps"
|
||||
engine_name = "ODPS (MaxCompute)"
|
||||
default_driver = "odps"
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user