pankajkoti opened a new issue, #48183: URL: https://github.com/apache/airflow/issues/48183
### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? I am building a new deferrable operator in the databricks provider. Although the synchronous version of the operator seems to work fine, when using `deferrable=True`, it's complaining that the Airflow connection isn't defined. Likely it appears that the Triggerer is not fetching the Airflow connection or is failing to fetch the connection. ### What you think should happen instead? The Triggerer code should be able to use the Airflow connections so that the deferrable operators work fine. ### How to reproduce Run an example DAG with an Airflow operator with `deferrable=True` that tries to use an Airflow connection ### Operating System Darwin ### Versions of Apache Airflow Providers _No response_ ### Deployment Virtualenv installation ### Deployment details Locally using latest code from main using Breeze ### 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: commits-unsubscr...@airflow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org