WonYong-Jang commented on issue #71274: URL: https://github.com/apache/airflow/issues/71274#issuecomment-5238135373
Tested Apache Airflow 3.3.1rc1 for #70427 / #70702. Environment: ``` breeze start-airflow --use-airflow-version 3.3.1rc1 --python 3.10 --backend postgres --load-example-dags UI at http://localhost:28080 ``` Verification: Confirmed that the "Run on latest version" checkbox in the Clear dialogs is now shown only when it can actually take effect: - Non-versioned bundle(LocalDagBundle): bundle_version is always None, so the run always resolves to the latest Dag. the checkbox is hidden, as it would have no effect. Previously it was displayed even though toggling it did nothing. - Versioned bundle (GitDagBundle): with a run pinned to an older bundle version while a newer version exists, the checkbox is enabled. When the run is already on the latest version, it is hidden again. -- 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]
