Lee-W commented on code in PR #30227:
URL: https://github.com/apache/airflow/pull/30227#discussion_r1150390713


##########
tests/system/providers/dbt/cloud/example_dbt_cloud.py:
##########
@@ -77,6 +77,12 @@
     )
     # [END howto_operator_dbt_cloud_run_job_sensor]
 
+    # [START howto_operator_dbt_cloud_run_job_sensor_defered]
+    job_run_sensor_defered = DbtCloudJobRunSensor(
+        task_id="job_run_sensor_defered", run_id=trigger_job_run2.output, 
timeout=20
+    )
+    # [END howto_operator_dbt_cloud_run_job_sensor_defered]
+
     # [START howto_operator_dbt_cloud_run_job_async_sensor]
     job_run_async_sensor = DbtCloudJobRunAsyncSensor(
         task_id="job_run_async_sensor", run_id=trigger_job_run2.output, 
timeout=20

Review Comment:
   I think the test will fail if we remove it as not all the sensors are 
covered by at these one example



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