-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[Task]: Set beam schema proto field in user_type in typehint/schemas.py #29756
Copy link
Copy link
Open
Description
What happened?
Had to revert user_type._beam_schema_proto = _Ephemeral(schema) because of a failure caught in #29684. Add this again to generate correct documentation such that it doesn't affect the DecimalLogicalType in python.
| user_type._beam_schema_proto = _Ephemeral(schema) |
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
- 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: Spark Runner
- Component: Flink Runner
- Component: Samza Runner
- Component: Twister2 Runner
- Component: Hazelcast Jet Runner
- Component: Google Cloud Dataflow Runner
Reactions are currently unavailable