dstandish commented on a change in pull request #20526:
URL: https://github.com/apache/airflow/pull/20526#discussion_r775650475
##########
File path: airflow/providers/databricks/hooks/databricks.py
##########
@@ -305,6 +311,11 @@ def _do_api_call(self, endpoint_info, json):
"""
method, endpoint = endpoint_info
+ if 'host' in self.databricks_conn.extra_dejson:
Review comment:
`self.host` might want to be a cached prop also. or not be an
attribute at all. it feels a little uncomfortable to mutate attributes like
this, i.e. as side effects of a method
--
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]