patgarz commented on PR #34051:
URL: https://github.com/apache/airflow/pull/34051#issuecomment-1716931758
Autogenerated migration elements should be fixed, but I'm a little clueless
when it comes to debugging the specifics of why the MSSQL downgrade test is
failing. Any advice @uranusjr ?
```INFO [alembic.runtime.migration] Running downgrade f7bf2a57d0a6 ->
375a816bbbf4, Add owner_display_name to (Audit) Log table
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/base.py",
line 1910, in _execute_context
self.dialect.do_execute(
File
"/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/default.py", line
736, in do_execute
cursor.execute(statement, parameters)
pyodbc.ProgrammingError: ('42000', "[42000] [Microsoft][ODBC Driver 18 for
SQL Server][SQL Server]The object 'DF__log__owner_displ__65F62111' is dependent
on column 'owner_display_name'. (5074) (SQLExecDirectW)")```
--
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]