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
Migrations don't currently work using the spanner-cli if your project is a package and you've imported other helpful modules into some of your migrations files.
We could get the spanner-cli tool to use a env.py file similar to how alembic does it that then it could use to properly inject package structure/dependencies.