Hey everyone, There are two changes merged recently that might make you consider rebasing to latest main before merging PRs (that also goes to maintainers - generally rebase related PRs even if they succeeded recently):
* Moving "tests/charts" to "helm_test" - if you have a Helm change with test - you will have to resolve conflicts after the move: https://github.com/apache/airflow/pull/32394 * Pre-commit to check if "deferrable" read default from configuration - if you have a change in-progress where you are using "deferrable: bool" to determine if operator/sensor is deferrable, then you should rebase and see if the pre-commit works https://github.com/apache/airflow/pull/32370 So: please rebase to avoid a broken main. J.