zubairshahzad opened a new issue #19651:
URL: https://github.com/apache/airflow/issues/19651
### Body
facing issue to integrate airflow 2.2.2 with mssql as meta store
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)
### Committer
- [X] I acknowledge that I am a maintainer/committer of the Apache Airflow
project.
--
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]