This is an automated email from the ASF dual-hosted git repository.

beto pushed a commit to branch dbt-metricflow
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/dbt-metricflow by this push:
     new 990c4a8294 Working on frontend
990c4a8294 is described below

commit 990c4a82944801e274e1ea3c733d36a2cab5cf90
Author: Beto Dealmeida <[email protected]>
AuthorDate: Mon Jun 9 15:58:48 2025 -0400

    Working on frontend
---
 superset/db_engine_specs/base.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset/db_engine_specs/base.py b/superset/db_engine_specs/base.py
index 141edf53a3..9a4c08b7f2 100644
--- a/superset/db_engine_specs/base.py
+++ b/superset/db_engine_specs/base.py
@@ -2187,6 +2187,7 @@ class BaseEngineSpec:  # pylint: 
disable=too-many-public-methods
             "supports_file_upload": cls.supports_file_upload,
             "disable_ssh_tunneling": cls.disable_ssh_tunneling,
             "supports_dynamic_catalog": cls.supports_dynamic_catalog,
+            "supports_dynamic_columns": cls.supports_dynamic_columns,
             "supports_oauth2": cls.supports_oauth2,
         }
 

Reply via email to