You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Result models should be tested. This goal could be achieved by creation integration test that will get file with raw sql commands as input and provide SQLAlchemy models that will be stored in db. Acceptance criteria:
Result schema should be created in the database and no errors will appear during schema initialisation.
it's possible to insert some data to created tables based on data models and get it from there.