Hello All,
Pulled a few ICSW records from CSD tenant in CSV format and converted the CSV file to JSON format.
Then compressed the JSON file to .zlib format using deflate compression technique through Python script.
Uploaded the .Zlib file to Data Fabric using Data Fabric Ingestion API (DATAFABRIC/ingestion/v1).
Data got uploaded successfully in Data Fabric and I can also see the entry in Atlas (below is the screenshot), but I am getting no ICSW records when querying in Compass.

Getting NULL values when running this query.
SELECT
"icsw"."cono",
"icsw"."prod"
FROM
infor.AllVariations('icsw')
Please help in correcting the mistakes and how to improve the entire approach.
Thanks,