m1racoli opened a new issue, #48809: URL: https://github.com/apache/airflow/issues/48809
### Apache Airflow Provider(s) edge ### Versions of Apache Airflow Providers apache-airflow-providers-edge from main branch commit e1cfcac496568c2521a4e87689faf63bf59dc63e Date: Fri Apr 4 11:42:59 2025 +1000 ### Apache Airflow version main branch commit e1cfcac496568c2521a4e87689faf63bf59dc63e Date: Fri Apr 4 11:42:59 2025 +1000 ### Operating System MacOS ### Deployment Other ### Deployment details ```bash breeze start-airflow --executor EdgeExecutor --db-reset ``` ### What happened The EdgeExecutor fails to register because it cannot parse the timestamp returned from the API. <img width="1208" alt="Image" src="https://github.com/user-attachments/assets/db24d606-9513-44e7-8743-87586118379a" /> ### What you think should happen instead It should not fail when trying to parse the response from the edge API. ### How to reproduce Run ```bash breeze start-airflow --executor EdgeExecutor --db-reset ``` and wait for the edge executor to start. ### Anything else It happens always since I started breeze with the edge executor (more than a month ago). ### 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]
