kaxil commented on code in PR #61865:
URL: https://github.com/apache/airflow/pull/61865#discussion_r2806075486


##########
providers/databricks/src/airflow/providers/databricks/operators/databricks_workflow.py:
##########
@@ -213,10 +235,10 @@ def execute(self, context: Context) -> Any:
         run_id = self._hook.run_now(
             {
                 "job_id": job_id,
-                "jar_params": self.task_group.jar_params,
+                "jar_params": self.jar_params,
                 "notebook_params": self.notebook_params,
-                "python_params": self.task_group.python_params,
-                "spark_submit_params": self.task_group.spark_submit_params,

Review Comment:
   I don't know why these were previously taken from Task Group! Do you know 
why? and why this isn't needed anymore? ad if so do we need the check in L208?



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

Reply via email to