dataall
dataall copied to clipboard
Initial bootstrap in local dev environment doesn't use alembic scripts to create database tables in docker container
Describe the bug
When freshly starting local dev data.all, during the start of graphql container, the start script created all the table from the db models. With this all the tables are created but with this few records which are automatically added during the alembic scripts upgrade are missing
How to Reproduce
Delete all the data.all related container and images Bootstrap data.all as per instructions here https://data-dot-all.github.io/dataall/deploy-locally/
Expected behavior
Bootstrap should create a similar database with all necessary records as it made available in the data.all aws deploymet
Your project
No response
Screenshots
No response
OS
Mac
Python version
3.9
AWS data.all version
2.6
Additional context
No response