This is an automated email from the ASF dual-hosted git repository. beto pushed a commit to branch semantic-layer-implementation in repository https://gitbox.apache.org/repos/asf/superset.git
commit bfbb68c3c888d1b85585bc205b62527fbae66943 Author: Beto Dealmeida <[email protected]> AuthorDate: Mon Dec 15 10:26:52 2025 -0500 WIP --- superset/semantic_layers/snowflake/semantic_view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/semantic_layers/snowflake/semantic_view.py b/superset/semantic_layers/snowflake/semantic_view.py index 654a9e58ef..4c7ae770e0 100644 --- a/superset/semantic_layers/snowflake/semantic_view.py +++ b/superset/semantic_layers/snowflake/semantic_view.py @@ -303,7 +303,7 @@ class SnowflakeSemanticView(SemanticViewImplementation): group_limit: GroupLimit | None = None, ) -> SemanticResult: """ - Execute a query and return the results as a Pandas DataFrame. + Execute a query and return the results as a (wrapped) Pandas DataFrame. """ if not metrics and not dimensions: return DataFrame()
