mik-laj commented on issue #7142: [AIRFLOW-6539][AIP-21][WIP] Move Apache 
classes to providers.apache package
URL: https://github.com/apache/airflow/pull/7142#issuecomment-573389953
 
 
   Can you check if full compatibility has been maintained?
   
   For example:
   ```
   # pylint: disable=unused-import
   from airflow.providers.apache.pinot.hooks.pinot import PinotAdminHook, 
PinotDbApiHook  # noqa
   ```
   If `airflow.providers.apache.pinot.hooks.pinot` package contains  two 
classess, then two classes should be imported. The selection of classes was 
manual, because I did not want to maintain compatibility with BaseHook or other 
not important stuff.

----------------------------------------------------------------
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

Reply via email to