mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
py3
This commit is contained in:
2
TODO.md
2
TODO.md
@@ -1,7 +1,7 @@
|
||||
# TODO
|
||||
List of TODO items for Panoramix
|
||||
|
||||
## Improvments
|
||||
## Improvments
|
||||
* Reintroduce query and stopwatch
|
||||
* [druid] Allow for post aggregations (ratios!)
|
||||
* [sql] find a way to manage time granularity
|
||||
|
||||
@@ -101,7 +101,7 @@ def load_examples(sample):
|
||||
dbobj = session.query(DB).filter_by(database_name='main').first()
|
||||
if not dbobj:
|
||||
dbobj = DB(database_name="main")
|
||||
print config.get("SQLALCHEMY_DATABASE_URI")
|
||||
print(config.get("SQLALCHEMY_DATABASE_URI"))
|
||||
dbobj.sqlalchemy_uri = config.get("SQLALCHEMY_DATABASE_URI")
|
||||
session.add(dbobj)
|
||||
session.commit()
|
||||
|
||||
Reference in New Issue
Block a user