mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
[dashed->caravel] Replace in files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"""Loads datasets, dashboards and slices in a new dashed instance"""
|
||||
"""Loads datasets, dashboards and slices in a new caravel instance"""
|
||||
|
||||
import gzip
|
||||
import json
|
||||
@@ -8,7 +8,7 @@ import textwrap
|
||||
import pandas as pd
|
||||
from sqlalchemy import String, DateTime, Float
|
||||
|
||||
from dashed import app, db, models, utils
|
||||
from caravel import app, db, models, utils
|
||||
|
||||
# Shortcuts
|
||||
DB = models.Database
|
||||
|
||||
Reference in New Issue
Block a user