@Zanie
Pls can anyone help,
I added the github and docker blocks to prefect deployment build command, and I get this error on the agent "_alembic_tmp_deployment" when I run a deployment via the UI.
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) table _alembic_tmp_deployment already exists
[SQL: CREATE TABLE _alembic_tmp_deployment ....] I am using the latest prefect version. I dont get any error if i remove the blocks from the deployment command.