potiuk commented on a change in pull request #12558:
URL: https://github.com/apache/airflow/pull/12558#discussion_r537064861
##########
File path: airflow/providers/apache/hdfs/provider.yaml
##########
@@ -48,3 +48,6 @@ hooks:
- integration-name: WebHDFS
python-modules:
- airflow.providers.apache.hdfs.hooks.webhdfs
+
+hook-class-names:
+ - airflow.providers.apache.hdfs.hooks.hdfs.HDFSHook
Review comment:
> I'd like us to delay importing hooks if we can -- I think it will slow
things down? WDYT @mik-laj
Yeah. I think this makes sense. That would help with the snowflake SSL
problem as well. Will look into it
----------------------------------------------------------------
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]