You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspect all exception blocks in IOs, and ensure that they either properly handle the exception, or they rethrow the exception to be handled by the runner.
There may be rare cases where it is appropriate to not do either of the above, but those should be heavily scrutinized.
Tier 1 IOs
The Tier 1 IOs include:
BigQueryIO
BigTableIO
PubSubIO
FileIO
SpannerIO
KafkaIO
JdbcIO
Issue Priority
Priority: 2 (default / most normal work should be filed as P2)
Issue Components
Component: Python SDK
Component: Java SDK
Component: Go SDK
Component: Typescript SDK
Component: IO connector
Component: Beam examples
Component: Beam playground
Component: Beam katas
Component: Website
Component: Spark Runner
Component: Flink Runner
Component: Samza Runner
Component: Twister2 Runner
Component: Hazelcast Jet Runner
Component: Google Cloud Dataflow Runner
The text was updated successfully, but these errors were encountered:
What needs to happen?
This issue serves as a parent tracker to fix:
For both Python and Java,
Inspect all exception blocks in IOs, and ensure that they either properly handle the exception, or they rethrow the exception to be handled by the runner.
There may be rare cases where it is appropriate to not do either of the above, but those should be heavily scrutinized.
Tier 1 IOs
The Tier 1 IOs include:
Issue Priority
Priority: 2 (default / most normal work should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: