tvalentyn commented on issue #20321: URL: https://github.com/apache/beam/issues/20321#issuecomment-1613454845
To my knowledge we still don't have a dedicated documented mechanism to do this, possible workarounds that might help: - manually add required worker initialization steps in the SDK worker https://github.com/apache/beam/blob/7ad4c4c8e601e39573aae7b4d778be2e908a0868/sdks/python/apache_beam/runners/worker/sdk_worker_main.py#L85 , and supply a custom-built Beam SDK from sources, via --sdk_location flag. - beam plugins ( https://github.com/apache/beam/pull/16920 ) - supply a custom container with a custom entrypoint https://cloud.google.com/dataflow/docs/guides/using-custom-containers#custom-entrypoint. -- 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]
