gaborratky-db commented on code in PR #43004:
URL: https://github.com/apache/airflow/pull/43004#discussion_r1804721990
##########
providers/src/airflow/providers/databricks/operators/databricks.py:
##########
@@ -741,6 +758,14 @@ class DatabricksRunNowOperator(BaseOperator):
.. seealso::
For more information about templating see
:ref:`concepts:jinja-templating`.
https://docs.databricks.com/dev-tools/api/latest/jobs.html#operation/JobsRunNow
+
+ :param dbt_commands: A list containing the dbt commands to run using dbt
command line
+ interface(CLI). This field will be templated.
Review Comment:
```suggestion
:param dbt_commands: A list containing the dbt commands to run using the
dbt command line
interface (CLI). 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]