meher1993 commented on issue #58894: URL: https://github.com/apache/airflow/issues/58894#issuecomment-3618371985
Yeah, that was a miss, I was focusing on postgres backend and didn't consider MySQL. We can probably use [inspector.get_indexe](https://docs.sqlalchemy.org/en/20/core/reflection.html#sqlalchemy.engine.reflection.Inspector.get_indexes) to check if the index exists and remove the if_not_exists=True for the index creations. -- 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]
