chore: rename IMPORT_EXPORT_VERSION (#11636)

This commit is contained in:
Beto Dealmeida
2020-11-10 09:45:45 -08:00
committed by GitHub
parent 3b89d2307a
commit cf868891be
7 changed files with 16 additions and 16 deletions

View File

@@ -22,7 +22,7 @@ from sqlalchemy.orm import Session
from superset.connectors.druid.models import DruidCluster
from superset.models.core import Database
IMPORT_EXPORT_VERSION = "1.0.0"
EXPORT_VERSION = "1.0.0"
DATABASES_KEY = "databases"
DRUID_CLUSTERS_KEY = "druid_clusters"
logger = logging.getLogger(__name__)