Owen-CH-Leung commented on PR #53821: URL: https://github.com/apache/airflow/pull/53821#issuecomment-3179132020
> > ~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. > > ```shell > 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` > * `main` ( for unreleased `3.1.x` version, but this one is a bit more complicated ) > > 1. Switch to `main` > 2. Run `rm -rf dist/*` > 3. Run `breeze release-management prepare-airflow-distributions` > 4. Run `breeze release-management prepare-task-sdk-distributions` > 5. Switch back to branch of this PR ( `fix-write-to-es-feature` in this case ) > 6. Run `breeze start-airflow --use-airflow-version wheel --mount-sources providers-and-tests --integration elasticsearch` instead of command above. > > Thanks a lot! Thanks. Seems that it doesn't work on airflow 3.03 and 3.0.4 ... I will study further and file a few more commits to fix it -- 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]
