Skip to content

Commit

Permalink
merge migration
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomedina248 committed Mar 17, 2022
1 parent 159354d commit a1e2c11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,7 @@ def SQL_QUERY_MUTATOR( # pylint: disable=invalid-name,unused-argument
try:
# pylint: disable=import-error,wildcard-import,unused-wildcard-import
import superset_config
from superset_config import *
from superset_config import * # type:ignore

print(f"Loaded your LOCAL configuration at [{superset_config.__file__}]")
except Exception:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"""add_on_saved_query_delete_tab_state_null_constraint"
Revision ID: 58df9d617f14
Revises: 7293b0ca7944
Revises: 6766938c6065
Create Date: 2022-03-16 23:24:40.278937
"""

# revision identifiers, used by Alembic.
revision = "58df9d617f14"
down_revision = "7293b0ca7944"
down_revision = "6766938c6065"

import sqlalchemy as sa
from alembic import op
Expand Down

0 comments on commit a1e2c11

Please sign in to comment.