marianobrc opened a new issue, #36340: URL: https://github.com/apache/beam/issues/36340
### What happened? We are getting an error running our Apache Beam pipeline in Dataflow (v2 runners) using the managed transform for iceberg in python (cross-language). The dataflow job fails to start with error: > Dataflow is unable to process the managed transform(s) > ref_AppliedPTransform_WriteOutput-SchemaAwareExternalTransform-beam-transform-managed-v1_10(beam:schematransform:org.apache.beam:iceberg_write:v1) > due to an internal error. Because the upgrade failed, the new job or > the update request has been rejected. To troubleshoot, see > https://cloud.google.com/dataflow/docs/guides/common-errors#managed-transforms-upgrade. We are using Python 3.12, Apache beam SDK 2.67.0. The Iceberg connector we are using is: https://cloud.google.com/dataflow/docs/guides/managed-io-iceberg We are using the Java version in Python through the managed write transforms like this: ```python apache_beam.managed.Write(beam.managed.ICEBERG, config=iceberg_config) ``` The pipeline runs fine without the connector, but fails early on the job setup stage if added. No pipeline graph or worker logs are generated at this stage. ### Issue Priority Priority: 2 (default / most bugs should be filed as P2) ### Issue Components - [x] Component: Python SDK - [ ] Component: Java SDK - [ ] Component: Go SDK - [ ] Component: Typescript SDK - [ ] Component: IO connector - [ ] Component: Beam YAML - [ ] Component: Beam examples - [ ] Component: Beam playground - [ ] Component: Beam katas - [ ] Component: Website - [ ] Component: Infrastructure - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Samza Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [x] Component: Google Cloud Dataflow Runner -- 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]
