Lee-W commented on code in PR #38741:
URL: https://github.com/apache/airflow/pull/38741#discussion_r1557042849


##########
airflow/providers/databricks/operators/databricks.py:
##########
@@ -316,6 +316,10 @@ def execute(self, context: Context) -> int:
         if job_id is None:
             return self._hook.create_job(self.json)
         self._hook.reset_job(str(job_id), self.json)
+        if "access_control_list" in self.json and 
self.json["access_control_list"] is not None:

Review Comment:
   Yep, i think this is better 👍  but I noticed this practice is used 
elsewhere. Should we change all of them into this style? (maybe create an 
issue?)



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to