Gergely G
Gergely G
### What happened? When building a Pipeline with multiple SqlTransforms from Beam Python, the expansion that happens in SqlTransforms is currently (Beam 2.55.0) extremely inefficient. This inefficiency has multiple sources....
### What happened? When importing Avro files that have schemas with the field type: ```json {"type": "long", "logicalType": "timestamp-millis"} ``` an attempt to convert the collection to Beam Schemas (beam.Row)...
Hi, first of all, thanks for the addon, I use it a lot. :) I’ve been working on a strategy game with heavy non-UI, data-only logic where I instantiate custom...