kellen
kellen
Tested as fixed in #5605
Intended to fix #5530
@RustedBones do you think this is still relevant considering your datumfactories?
Redundant
See https://github.com/spotify/scio/pull/5010#issuecomment-2627548763
For specifically partitionByKey we are providing the partition function so should be able to capture the key not found when index is returned as `-1`
See #946
If we adopt this into magnolify and subsequently into scio this means that we would force an upgrade past avro 1.8, correct?
Redundant
+1 for this working roughly the same way as `@declared_attr` does in SQLAlchemy: https://docs.sqlalchemy.org/en/13/orm/extensions/declarative/mixins.html#mixing-in-columns-in-inheritance-scenarios Currently, the FK fields generate the correct DB columns, but the relationship attrs are dropped silently.