mcepok opened a new pull request #14740: URL: https://github.com/apache/airflow/pull/14740
`airflow upgrade` check exits with code 1, even if there are no problem. If I understand https://github.com/apache/airflow/blob/995e4b9ba4bffed9f3b721b52592257ea7752b72/airflow/upgrade/checker.py#L118-L120 correctly, as long as any check is performed, it will always exit with code 1. I extended the `Rule` object by an `is_problem` property and replace the current check _if there are any Rules_ by _if there are any problems_, where a skipped Rule doesn't count as a problem. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
