acceptable-architect-70237
02/12/2021, 5:07 PMgms
automatically. and I noticed that if I do add a version in Kafka message as such, it won't be respected in mce
because of renamed/avro/com/linkedin/mxe/MetadataChangeEvent.avsc
. here are two questions:
1. is my understanding correct?
2. can I add version?
we try to backfill a aspect for datasets. we need to handle each version. What's best way to do so?enough-house-33388
02/12/2021, 5:39 PMversion = 0
acceptable-architect-70237
02/12/2021, 6:41 PMyou can backfill all the versions by sending MCEs in the chronological order
? I send the same message twice? My use case is that, for version 0, I calculated a score based on the aspects of this dataset. for version 1, I calculated a score based on this version's aspect. as you can see, the score has to be matched with each version.big-carpet-38439
02/15/2021, 9:08 PMacceptable-architect-70237
02/16/2021, 4:10 PM