langelrhea opened a new issue, #26127: URL: https://github.com/apache/airflow/issues/26127
### Apache Airflow version 2.3.4 ### What happened Working with Airflow if you follow the steps from Datahub Integration (https://datahubproject.io/docs/lineage/airflow/) the first step is install the required dependency in your airflow (pip install acryl-datahub-airflow-plugin) after install this dependency, if I run my DAG this one fails. However if you uninstall this package, this DAG is completed successfully. ### What you think should happen instead _No response_ ### How to reproduce Execute a DAG and see that this one is completed, after that install datahub plugin (pip install acryl-datahub-airflow-plugin) this DAG won't be completed, then if you uninstall the same package (pip uninstall acryl-datahub-airflow-plugin) this DAG will be completed as the first time. ### Operating System Ubuntu 20.04.5 LTS (Focal Fossa) ### Versions of Apache Airflow Providers apache-airflow-providers-cncf-kubernetes == 4.3.0 apache-airflow-providers-ftp==3.0.0 apache-airflow-providers-http==3.0.0 apache-airflow-providers-imap==3.0.0 apache-airflow-providers-sqlite==3.0.0 ### Deployment Virtualenv installation ### Deployment details _No response_ ### Anything else _No response_ ### Are you willing to submit PR? - [X] 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]
