Abacn commented on PR #38108: URL: https://github.com/apache/beam/pull/38108#issuecomment-4225710174
It becomes tricky. The main session is written to local file here: https://github.com/apache/beam/blob/6dd599cf3f6b40efd44fa8c084c82ca40353a051/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py#L408 as part of preparing python_sdk_dependencies Then the schema is registered a few lines later, https://github.com/apache/beam/blob/6dd599cf3f6b40efd44fa8c084c82ca40353a051/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py#L429 it's not easy to redo save main session after this line, as the main session as a staged file has a checksum written in environment -- 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]
