uranusjr commented on PR #71871: URL: https://github.com/apache/airflow/pull/71871#issuecomment-5384920099
I wonder if we really need to have such different paths to get a literal vs XCom. Since the SDK process for execution is short-lived anyway, maybe it’s better to simply have a `GetLiteralArg` Execution API endpoint that mirrors `GetXCom`? This way we don’t need to store any state between steps; the Go task gets everything it needs on Task.Execute. -- 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]
