tatiana opened a new issue, #39969: URL: https://github.com/apache/airflow/issues/39969
### Apache Airflow Provider(s) openlineage ### Versions of Apache Airflow Providers ``` apache-airflow-providers-openlineage==1.8.0 apache-airflow-providers-common-sql==1.12.0 apache-airflow-providers-amazon==8.23.0 ``` ### Apache Airflow version 2.9 ### Operating System GNU Linux ### Deployment Astronomer ### Deployment details _No response_ ### What happened A `SQLExecuteQueryOperator` in an environment with `apache-airflow-providers-common-sql==1.12.0` ran into a problem where the SQL execution never starts but the task is running. This issue only presented itself in a specific task in the DAG and not other tasks executing different SQLs. Once we disabled OpenLineage, the task instance ran successfully. We enabled it again to see if it would fail, and it did. This issue was observed both when using Snowflake and Redfshift. It seems #39113 #39890 solves the issue for Snowflake, but we're still missing some work to avoid the issue happening for Redshift. ### What you think should happen instead Enabling OpenLineage should not affect task execution, even if it parsing, processing and emitting OL events fail. ### How to reproduce . ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
