potiuk commented on code in PR #44820:
URL: https://github.com/apache/airflow/pull/44820#discussion_r1878643602
##########
airflow/models/taskinstance.py:
##########
@@ -1011,7 +1011,6 @@ def get_triggering_events() -> dict[str, list[AssetEvent
| AssetEventPydantic]]:
# * KNOWN_CONTEXT_KEYS in airflow/utils/context.py
# * Table in docs/apache-airflow/templates-ref.rst
context: dict[str, Any] = {
- "conf": conf,
Review Comment:
After short discussion - it's fine. We can come back to that discussion when
we discuss https://github.com/apache/airflow/issues/44352 and maybe we will
re-add it in a new form.
--
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]