Github user mxmrlv commented on a diff in the pull request:
https://github.com/apache/incubator-ariatosca/pull/69#discussion_r102475359
--- Diff: aria/logger.py ---
@@ -152,15 +152,14 @@ def __init__(self, session, engine, **kwargs):
# Cyclic dependency
from aria.storage.modeling.model import Log
self._cls = Log
+ # This is needed since the engine and session are entirely new
+ self._cls.__table__.create(bind=self._engine, checkfirst=True)
--- End diff --
check if any self._engine syntax exists (at the very least move to the
instantiation func)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---