py3
This commit is contained in:
parent
8e790facbf
commit
33a45772ab
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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue