Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Prev Previous commit
Next Next commit
fixup! fixup! feat(triggerer): share one poll across sibling event tr…
…iggers
  • Loading branch information
Lee-W committed May 23, 2026
commit 1d1cea102cd7c8faad6b90a5b97e9b89b956ea79
2 changes: 1 addition & 1 deletion airflow-core/src/airflow/triggers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def shared_stream_key(self) -> Hashable | None:

This method is called **before** :meth:`render_template_fields`,
so any templated attribute (for example a ``directory`` derived
from a Jinja expression) is still in its unrendered form here.
from a Jinja expression) is still its raw template string here.
Keying on such an attribute means two sibling triggers that
render to the same path will not share their poll. Either base
the key only on already-resolved attributes, or render the
Expand Down