pankajkoti commented on PR #39526:
URL: https://github.com/apache/airflow/pull/39526#issuecomment-2103105096
> Seems like for MySQL indexes for FK already exists
Wondering if I should put these operations under
```
if conn.dialect.name != "mysql":
create_index....
```
or
```
if conn.dialect.name in ("sqlite", "postgresql"):
create_index....
```
--
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]