phanikumv commented on code in PR #29014:
URL: https://github.com/apache/airflow/pull/29014#discussion_r1082167660


##########
docs/apache-airflow-providers-dbt-cloud/operators.rst:
##########
@@ -35,10 +35,10 @@ Trigger a dbt Cloud Job
 Use the 
:class:`~airflow.providers.dbt.cloud.operators.dbt.DbtCloudRunJobOperator` to 
trigger a run of a dbt
 Cloud job. By default, the operator will periodically check on the status of 
the executed job to terminate
 with a successful status every ``check_interval`` seconds or until the job 
reaches a ``timeout`` length of
-execution time. This functionality is controlled by the 
``wait_for_termination`` parameter. Alternatively,
-``wait_for_termination`` can be set to False to perform an asynchronous wait 
(typically paired with the
-:class:`~airflow.providers.dbt.cloud.sensors.dbt.DbtCloudJobRunSensor`). 
Setting ``wait_for_termination`` to
-False is a good approach for long-running dbt Cloud jobs.
+execution time. This functionality is controlled by the ``deferrable`` 
parameter. Alternatively,
+``deferrable`` can be set to True to perform an asynchronous execution on the 
airflow Triggerer,
+causing the airflow worker slot to free up and save resources. Setting 
``deferrable`` to
+True is a good approach for long-running dbt Cloud jobs.

Review Comment:
   updated the docs



-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to