Hi,
Does anyone know how Mongoose calculates VariationNumber when replicating to Data Lake?
For example: 63,798,997,474,753
How can I generate such VariationNumber in ION?
Thanks,
K
I have used Python script to generate it for custom datalake integration. i used unix time stamp.
There was an error rendering this rich post.
Thanks @Prabodha Amarapema and @Fabiano Silva !
I think Mongoose VariationNumber for DL replication is not a function of time but some internal counter.
Regardless on time difference between an update of IDO record VariationNumbers just increments by 1.
My goal was to send a JSON from ION to DL so variation number is in the same number series as when a record comes from Mongoose to DL. I don't think it's possible.
Regards,