Heya peeps
So I have finally figured ou the Compass API in the new environment, but am hoping to get some feedback on the use of a dynamic query.
I have an incoming document (json) with two items: Entity and Period, to be used as references for a query out of datalake to pull ERP data joining multiple tables.
What I can't figure out is how to pass the parameters from the inbound document as parameters to the query. The usual ALT-SPACE in the interface isn't yielding anything, and the help documentation doesn't make any mention of parameters.
Is it really down to parsing the document with Python to import the parameters, generate the script and pass the full actual query as another document input?
