dstandish commented on issue #49476:
URL: https://github.com/apache/airflow/issues/49476#issuecomment-2817210682
side problem:
if migration fails, and you try to do it again, you'll get this error
```sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) table
_alembic_tmp_dag_code already exists
[SQL:
CREATE TABLE _alembic_tmp_dag_code (
fileloc_hash BIGINT NOT NULL,
fileloc VARCHAR(2000) NOT NULL,
last_updated TIMESTAMP NOT NULL,
source_code TEXT NOT NULL,
id CHAR(32),
dag_version_id CHAR(32),
source_code_hash VARCHAR(32),
dag_id VARCHAR(250),
created_at TIMESTAMP
)
]
(Background on this error at: https://sqlalche.me/e/14/e3q8)```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]