potiuk commented on pull request #9651: URL: https://github.com/apache/airflow/pull/9651#issuecomment-663041511
Hey @OmairK - I re-run the latest commit run and there are few errors but not a mypy one :). 1) You will need to rebase to latest master, there were some changes in Dockerfile/requirements recently that will make your CI checks run much faster when you rebase. 2) You have some trailing whitespace - that's why the static checks fail. But if you install pre-commit locally and run it with --all-files those should get fixed automatically. 3) There are some doc errors - all of them have good description, except one that is "document missing in a TOC tree" - you need to add a link to the dlp index in the relevant place in one of the doc/*.rst files. 4) In the "Backport packages" you have an import error from the example dag of dlp - and the reason is that task_id parameter is missing in the example_dlp. I hope it's helpful. J. ---------------------------------------------------------------- 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]
