onlyarnav commented on code in PR #70130:
URL: https://github.com/apache/airflow/pull/70130#discussion_r3656962848


##########
providers/databricks/src/airflow/providers/databricks/operators/databricks.py:
##########
@@ -1167,6 +1167,8 @@ class DatabricksRunNowOperator(ResumableJobMixin, 
BaseOperator):
         before polling begins so that a worker crash and retry reconnects to 
the existing run
         instead of triggering a duplicate run of the same job. Set to 
``False`` to always trigger a
         fresh run on retry. Requires Airflow 3.3+; on earlier versions it is 
silently ignored.
+    :param forward_dag_params: Whether to forward Dag-level params as 
``job_parameters``

Review Comment:
   Updated! I've updated the .. note:: in the DatabricksRunNowOperator 
docstring as well as the user documentation in 
providers/databricks/docs/operators/run_now.rst to explain 
forward_dag_params=False and document the Databricks API conflict with the 
legacy parameter slots



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