Hi I am trying to test out orion, getting the foll...
# ask-community
m
Hi I am trying to test out orion, getting the following error: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: flow [SQL: INSERT INTO flow (id, created, updated, name, tags) VALUES (?, ?, ?, ?, ?) ON CONFLICT (name) DO NOTHING] [parameters: ('3120dd0f-fbcc-481e-8597-3b522b697520', '2021-11-25 030712.340375', '2021-11-25 030712.340409', 'main-flow', '[]')] Did I miss any step in the installation? Thanks
k
What is your orion version? Could you try doing
prefect orion reset-db
?
2
upvote 1
m
Thanks Kevin for you quick response. I am using version 2.0a5. reset-db resolved the issue.