potiuk commented on issue #21407: URL: https://github.com/apache/airflow/issues/21407#issuecomment-1033778653
Yes. I just started to look at it - a lot of docker-compose's is actually failing on that one. We also have a warning generated due to the sqlalchemy 1.4 when we run `breeze start-ariflow` which I have a feeling is related to the 1.4 + FAB migration + fact that we are using copied version of security manager from fab + that we have the workaround for SQLAlchemy 1.4 problems with MSSQL implemented #21303 I think all this compounds to the warnings/errors we have. and `Dependency rule tried to blank-out primary key column 'ab_permission.id'` is just one of the manifestations of the same problem:  -- 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]
