I have a mildly complex query I wrote in Compass that pulls pricing information. I have different customers who need this information in their own format. I have the data in the query looking like I need, but I need to sent it as a BOD to ION. Is there a way to call a Compass query and feed the results into ION?
I've tried a Data Lake Flow, but it doesn't allow a query, only single files.
I've tried IONAPI in a Document Flow, but the Compass API is not listed in the IONAPI list.
I've tried writing it in a Python script, but ION blocks network access, and it times out. (This would probably time out anyways, the Compass API is slow)
Any ideas appreciated.