dingo4dev opened a new issue, #52236: URL: https://github.com/apache/airflow/issues/52236
### Apache Airflow Provider(s) standard ### Versions of Apache Airflow Providers 1.3.0 ### Apache Airflow version 3.0.2 ### Operating System Debian GNU/Linux 12 (bookworm) ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### What happened There is a key error of `logical_date` when using `execution_date_fn` in `ExternalTaskSensor` https://github.com/apache/airflow/blob/460b1c65748016b069f39fa61210db254176d914/providers/standard/src/airflow/providers/standard/sensors/external_task.py#L532-L545 ### What you think should happen instead Should pass the `logical_date` args from caller https://github.com/apache/airflow/blob/460b1c65748016b069f39fa61210db254176d914/providers/standard/src/airflow/providers/standard/sensors/external_task.py#L261-L273 ### How to reproduce Use `execution_date_fn` in `ExternalTaskSensor` ### 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: commits-unsubscr...@airflow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org