I'm facing an issue when trying to integrate airflow 2.2.2 with SQL Server as meta store:
Microsoft SQL Server 2019
sqlalchemy.exc.IntegrityError: (pyodbc.IntegrityError) ('23000', "[23000] [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Cannot insert explicit value for identity column in table 'ab_permission' when IDENTITY_INSERT is set to OFF. (544) (SQLExecDirectW)") [SQL: INSERT INTO ab_permission (id, name) OUTPUT inserted.id VALUES (NEXT VALUE FOR ab_permission_id_seq, ?)] [parameters: ('can_read',)] (Background on this error at: https://sqlalche.me/e/14/gkpj)