Open
Description
This is some strange behavior, it can be seen in the following screenshot:
As you can observe, sometimes, the very first runs of the command don't output anything, until at some point it prints the correct SQL sentences. No modification was done to any of the SQLAlchemy models between the different executions. I am not sure if this is something related to the particularities of my project or if it is consistent across other projects. Let me know if you need more details.
This inconsistency is quite annoying, since when the output is empty the migration generated by Atlas is basically to drop everything 😱