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


##########
providers/src/airflow/providers/dbt/cloud/CHANGELOG.rst:
##########
@@ -28,6 +28,17 @@
 Changelog
 ---------
 
+main
+.....
+
+.. warning::
+   All deprecated classes, parameters and features have been removed from the 
DBT provider package.
+   The following breaking changes were introduced:
+
+   * Sensors
+      * Remove 
``airflow.providers.dbt.cloud.sensors.dbt.DbtCloudJobRunAsyncSensor``. Use 
``airflow.providers.dbt.cloud.sensors.dbt.DbtCloudJobRunSensor`` with 
``deferrable``to ``True`` instead.

Review Comment:
   ```suggestion
         * Remove 
``airflow.providers.dbt.cloud.sensors.dbt.DbtCloudJobRunAsyncSensor``. Use 
``airflow.providers.dbt.cloud.sensors.dbt.DbtCloudJobRunSensor`` with 
``deferrable`` set to ``True`` instead.
   ```



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