You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/18 08:27:37 UTC

[GitHub] [airflow] allebacco commented on a change in pull request #21663: Databricks: add support for triggering jobs by name

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

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