potiuk commented on code in PR #44820:
URL: https://github.com/apache/airflow/pull/44820#discussion_r1878628521


##########
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:
   See the https://lists.apache.org/thread/8jtgr1m072lgsy4tl3km9ptb216vqjds 
discussion -  I think we should only decide if we want to remove `conf` after 
we discuss and agree to how/if we propagate configuration to the workers.



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