Stephen Herron
08/01/2022, 3:31 PMRuntimeError: Set changed size during iteration
Worker information:
Approximate queue length: 0
Pending log batch length: 0
Pending log batch size: 0
I’m not trying to do anything with async but that appears to be where this is coming from (I guess it’s used via the snowflake-prefect
integration?Nate
08/01/2022, 3:59 PMprefect orion database reset -y
hereStephen Herron
08/01/2022, 5:02 PMsqlalchemy.exc.OperationalError: (sqlite3.OperationalError) duplicate column name: type
[SQL: ALTER TABLE block_schema ADD COLUMN type VARCHAR]
Nate
08/01/2022, 5:09 PMrm -rf ~/.prefect/orion.db
and then try and reset the database again