jscheffl commented on code in PR #67137: URL: https://github.com/apache/airflow/pull/67137#discussion_r3268339102
########## providers/dbt/cloud/docs/changelog.rst: ########## @@ -28,6 +28,22 @@ Changelog --------- +4.9.0 +..... + +Features +~~~~~~~~ + +* ``Add to list dbt Cloud job runs with support for filtering by status, ordering, and job_definition_id, and optionally returning only the most recent run via latest_only. Unit tests have been included. (#66150)`` + +Misc +~~~~ + +* ``Refactor deferrable execution in DbtCloudRunJobOperator to align with PR #64051 patterns. Simplify trigger polling/control flow and propagate execution_timeout via defer. Add tests for best-effort cancellation semantics in execute_complete and on_kill. (#66449)`` Review Comment: One of the longest commit titles I have seen in the recent time :-D -- 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]
