FastQL icon indicating copy to clipboard operation
FastQL copied to clipboard

alembic: error: too few arguments

Open ciekawy opened this issue 3 years ago • 1 comments

I tried to check out and run the recent version and the main container fails to start with:

fastql-fastql-1     | usage: alembic [-h] [--version] [-c CONFIG] [-n NAME] [-x X] [--raiseerr]
fastql-fastql-1     |                {branches,current,downgrade,edit,ensure_version,heads,history,init,list_templates,merge,revision,show,stamp,upgrade}
fastql-fastql-1     |                ...
fastql-fastql-1     | alembic: error: too few arguments

I want to add I'm happy I found this project being new to python (as I'd like to do some ML stuff). It covers all I was looking for - GraphQL lightweight playground wrapped into docker, not to mention poetry dependency management and more...

With a bit of experience I'd certainly would open some PRs but now I just did some workarounds to be able to build and run (there are apparently a few more things to get all working - I can create tickets for other stuff too)

ciekawy avatar Sep 13 '22 14:09 ciekawy

Any updates on this error?

BenisonSam avatar Feb 27 '24 13:02 BenisonSam