jason810496 commented on PR #53821: URL: https://github.com/apache/airflow/pull/53821#issuecomment-3172693426
> ~I'd love to verify that as well. Do you know which relevant file / class I should look at ? Not very familiar with the frontend codebase~ > > No worries I think I found it. Let me expand the testing logic Sorry for the late reply. The following command will be helpful to setup Airflow with ElasticSearch in Breeze. ```bash breeze start-airflow --python 3.10 --backend postgres --integration elasticsearch --mount-sources providers-and-tests --use-airflow-version <version> ``` It would be great to test with the following version matrix for testing compatibility. List of the `<version>` to be replaced with: - `3.0.3` - `3.0.4` - `apache/airflow:main` Thanks a lot! -- 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]
