Hey does anyone know if there’s a way to perform a sql cross join in a data cube? I have 2 sources already in DBI that I want to cross join but I can’t seem to find a way.
I can back out and make a new cube that cross joins the data before it hits DBI, but I’d prefer to do it internally if possible.