allebacco commented on a change in pull request #21663:
URL: https://github.com/apache/airflow/pull/21663#discussion_r809771743
##########
File path: airflow/providers/databricks/operators/databricks.py
##########
@@ -397,6 +396,7 @@ class DatabricksRunNowOperator(BaseOperator):
Currently the named parameters that ``DatabricksRunNowOperator`` supports
are
- ``job_id``
+ - ``job_name``
Review comment:
Missing documentation about the `job_name` parameter:
```
:param job_name: the name of the existing Databricks job. It must exists
only one job with the specified name. ``job_id`` and ``job_name`` are mutually
exclusive.
This field will be templated.
```
--
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]