potiuk commented on PR #24333: URL: https://github.com/apache/airflow/pull/24333#issuecomment-1152983136
@chenglongyan -> I have just solved a problem where "[source]" links were missing and there are two things to add to make it works. Once I merge https://github.com/apache/airflow/pull/24386 you will get errors for those missing parts, but maybe you can add them now: 1) `__init__.py` should be added for all folders in path of "tests/system/...../example*.py" so that the packages created are not "implicit" namespace packages 2) `System Tests <_api/tests/system/providers/google/../index>` link needs to be added to index to avoid "missing index in TOC tree" Not sure if you need to do it (not sure if you create any empty directory here), but I'd recommend to rebase on top of my change and fix all problems - I hope to have my change merged soon. -- 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]
