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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
