Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(explore): deprecated x periods pattern in new time picker value #12552

Merged
merged 15 commits into from
Jan 24, 2021
Prev Previous commit
Next Next commit
fix lint
  • Loading branch information
zhaoyongjie committed Jan 23, 2021
commit 0626a36241ac27425c0afedb5f0ccb27a840a43e
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
import re

import sqlalchemy as sa
from sqlalchemy.exc import OperationalError
from alembic import op
from sqlalchemy import Column, Integer, or_, Text
from sqlalchemy.dialects.mysql.base import MySQLDialect
from sqlalchemy.dialects.sqlite.base import SQLiteDialect
from sqlalchemy.exc import OperationalError
from sqlalchemy.ext.declarative import declarative_base

from superset import db
Expand Down