You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/23 05:58:34 UTC

[GitHub] [airflow] uranusjr commented on issue #23176: `op_kwargs` are evaluated eagerly (at parse time)

uranusjr commented on issue #23176:
URL: https://github.com/apache/airflow/issues/23176#issuecomment-1107376704

   Yes, that’s just how Python works. I don’t believe there’s even a way to not evaluate eagerly, unless we stop treating DAGs as actually Python code. XCom (and XComArg via `@task`) is the solution.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org