testing proof of concept#1116
Conversation
| // console.log(JSON.stringify(dataCube)); | ||
| // console.log(decorator) | ||
| const queryTimeStart = Date.now(); | ||
| const result = await executeQuery(dataCube, query, essence.timezone, decorator); |
There was a problem hiding this comment.
i think we can just stub this portion out with whatever BQ jobs we need to get the data, or implement a real data cube API if we wanted
| @@ -0,0 +1,286 @@ | |||
| import { parse } from "path"; | |||
There was a problem hiding this comment.
this file is mostly AI generated version that yield super broken SQL but demonstrates something hat may look kind of close to the end goal
|
i think the most complex problem to solve is turning into SQL to run on BQ, and then turning the BQ response into something that looks like
|

No description provided.