I'm probably a little late to this, but we have been using a temporary workaround via modules.
It is done by creating a module that intake data, have a JavaScript query do whatever you want with the data, and export the query.data as an output.
Hope this helps!