potiuk commented on PR #35026: URL: https://github.com/apache/airflow/pull/35026#issuecomment-1785596842
Actually @V0lantis -> there are a few problems that our static-checks detected - so you will need to fix them before merging - some of them is just `running` pre-commit (and it will fix them for you) but some of them a bit more involved - hadolint with we use to lint the dockerfile for example complains now that we are using the same cache for both segments which is - apparently - bad practice (and I can understand why - because both segments can be buidl in parallel and override each-other's cache. So I am afraid it won't make it to 2.7.3 (so you will have to modify the changelog to point to 2.8.0) and we will merge it later. Changing the milestone back to 2.8.0 -- 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]
