uranusjr commented on PR #24156:
URL: https://github.com/apache/airflow/pull/24156#issuecomment-1168377709

   SQLite is failing with
   
   ```
     File 
"/opt/airflow/airflow/migrations/versions/0106_2_3_0_update_migration_for_fab_tables_to_add_missing_constraints.py",
 line 82, in downgrade
       batch_op.drop_constraint('ab_view_menu_name_uq', type_='unique')
     File "/usr/local/lib/python3.7/contextlib.py", line 119, in __exit__
       next(self.gen)
     File "/usr/local/lib/python3.7/site-packages/alembic/operations/base.py", 
line 376, in batch_alter_table
       impl.flush()
     File "/usr/local/lib/python3.7/site-packages/alembic/operations/batch.py", 
line 142, in flush
       fn(*arg, **kw)
     File "/usr/local/lib/python3.7/site-packages/alembic/operations/batch.py", 
line 680, in drop_constraint
       raise ValueError("No such constraint: '%s'" % const.name)
   ValueError: No such constraint: 'ab_view_menu_name_uq'
   ```


-- 
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]

Reply via email to