alexkruc commented on PR #24895: URL: https://github.com/apache/airflow/pull/24895#issuecomment-1178751094
> > The test [TestElasticsearchProviderProjectStructure](https://github.com/apache/airflow/blob/main/tests/always/test_project_structure.py#L473) is failing. From what I understand, it looks for all the available hooks, and looks that they have a matching example in the examples folder [actual test](https://github.com/apache/airflow/blob/main/tests/always/test_project_structure.py#L182). > > The thing is, that it's failing on the ElasticsearchHook which I deprecated (because I renamed it) in this PR. I don't want to add an example for a deprecated hook, because it kinda beets the purpose.. Do you have any tips? > > Look at the tests - there some other deprecated classes there mentioned in the exclusion list. Wow I completely missed the `DEPRECATED_CLASSES` somehow. Thanks for the tip! :) I'll try that out after the build (that will probably fail, but I want to see if the build docs part succeeds after the rebase) :) -- 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]
