jstern commented on issue #8095: stop rendering some class docs in wrong place URL: https://github.com/apache/airflow/pull/8095#issuecomment-610959208 Ok @kaxil @turbaszek I'm up for making this change. It does have some ripple effects: one is that it requires minor changes to operators-and-hooks-ref.rst, which is no problem. Another is that test_project_structure fails because the new module does not have a corresponding test module. Question for the group: presumably YandexCloudBaseHook is covered by tests of airflow.providers.yandex.hooks.yandexcloud_dataproc.DataprocHook. Should I write a test suite anyway for YandexCloudBaseHook? Or should I add the new module to MISSING_TEST_FILES in tests/test_project_structure.py?
---------------------------------------------------------------- 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] With regards, Apache Git Services
