[BUG-446] runPrepQuery no longer returning Dataset from Script Transform as of 8.0.16

It seems like since upgrading to 8.0.16 runPrepQuery no longer returns a dataset to a perspective table (when used in a transform binding). It now returns the following format:
image

I don’t really have an issue with it returning an object, but shouldn’t it return an Array of Objects, that way it could have the column names bundled in with the data? Something like this:
image

I need to first cast it as a BasicDataset for it to have the same functionality as before upgrading to 8.0.16

This is a regression fixed for 8.1.0.

1 Like