Aakcht commented on a change in pull request #17637:
URL: https://github.com/apache/airflow/pull/17637#discussion_r690380865
##########
File path: airflow/providers/apache/hdfs/hooks/webhdfs.py
##########
@@ -93,12 +93,19 @@ def _find_valid_server(self) -> Any:
def _get_client(self, connection: Connection) -> Any:
connection_str = f'http://{connection.host}:{connection.port}'
+ session = None
+
+ if connection.extra_dejson.get('SSL', False):
Review comment:
changed
--
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]