Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@ Enhancements
* Unify airflow version handling into ``constants.py`` by @tatiana in #2089
* Refactor ``airflow/graph.py`` to simplify code-base by @tatiana in #2080

1.11.2 (2025-11-24)
--------------------

Bug fixes

* Force ``DbtProducerWatcherOperator`` retries to zero by @pankajkoti in #2114
* Fail ``DbtConsumerWatcherSensor`` tasks immediately when the ``DbtProducerWatcherOperator`` fails using Airflow context by @pankajkoti in #2126
* Fix forwarding ``DbtProducerWatcherOperator`` ``dbt build`` flags by @michal-mrazek in #2127

Documentation

* Expand ``ExecutionMode.KUBERNETES`` guidance by @tatiana in #2139
* Document dataset-event limitation when using ``ExecutionMode.AIRFLOW_ASYNC`` by @varaprasadregani in #2143

1.11.1 (2025-11-12)
--------------------
Expand Down