Wrong `ancestry.parents` value in `FileCollectionSlbOpenZGY` record.

Hi,

After generating ZGY file the converter attempts to store a new FileCollectionSlbOpenZGY record in Storage Service. But Storage returns the following error:

[{"code":400,"reason":"Validation error.","message":"createOrUpdateRecords.records[0]: Invalid parent record format: 'odesprod:dataset--FileCollection.SEGY:98227'. The following format is expected: {record-id}:{record-version}"}]

It seems that a format of ancestry.parents[0] value is not valid. The value should contain a version.

I guess these error caused by this code:

https://community.opengroup.org/osdu/platform/data-flow/ingestion/segy-to-zgy-conversion/-/blob/master/segysdk/src/tools/SegyToZgy/library/osdu/OsduFileCollectionOpenZGY100.cpp#L60

Edited by Yan Sushchynski [EPAM/GC]