AbsaOSS / hyperdrive-trigger

Event based workflow manager.
Apache License 2.0
7 stars 5 forks source link

Investigate deterministic execution plan #675

Closed jozefbakus closed 2 years ago

jozefbakus commented 2 years ago

Abris generates uiid for each microbatch.

kevinwallimann commented 2 years ago

It's not Abris, but Hyperdrive-Ingestor which creates the UUID's as column names. See https://github.com/AbsaOSS/hyperdrive/blob/v4.6.0/ingestor-default/src/main/scala/za/co/absa/hyperdrive/ingestor/implementation/transformer/avro/confluent/ConfluentAvroDecodingTransformer.scala#L51

Will be resolved here: https://github.com/AbsaOSS/hyperdrive/issues/265