This is an automated email from the ASF dual-hosted git repository.
beto pushed a commit to branch semantic-layer-feature
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/semantic-layer-feature by this
push:
new 3c8835bd75b Fix migration
3c8835bd75b is described below
commit 3c8835bd75b426cb8934095bb4e7c99ac9f517c1
Author: Beto Dealmeida <[email protected]>
AuthorDate: Mon Feb 9 10:48:05 2026 -0500
Fix migration
---
.../2025-11-04_11-26_33d7e0e21daa_add_semantic_layers_and_views.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/superset/migrations/versions/2025-11-04_11-26_33d7e0e21daa_add_semantic_layers_and_views.py
b/superset/migrations/versions/2025-11-04_11-26_33d7e0e21daa_add_semantic_layers_and_views.py
index 1e3b42c5dc3..cd022dfdd62 100644
---
a/superset/migrations/versions/2025-11-04_11-26_33d7e0e21daa_add_semantic_layers_and_views.py
+++
b/superset/migrations/versions/2025-11-04_11-26_33d7e0e21daa_add_semantic_layers_and_views.py
@@ -17,7 +17,7 @@
"""add_semantic_layers_and_views
Revision ID: 33d7e0e21daa
-Revises: f5b5f88d8526
+Revises: 9787190b3d89
Create Date: 2025-11-04 11:26:00.000000
"""
@@ -37,7 +37,7 @@ from superset.migrations.shared.utils import (
# revision identifiers, used by Alembic.
revision = "33d7e0e21daa"
-down_revision = "f5b5f88d8526"
+down_revision = "9787190b3d89"
def upgrade():