I'm pulling data from HubSpot to Google Sheets via 3rd party connector. I have a raw data set on Sheet 1 and from there I'm pulling certain data to other Sheets with QUERY functions.
Here's the result of the QUERYon Sheet 2:

Columns A:D is the current output. As you can see, there are several days missing since there was no form of submission on those days. However, I'd like to include days with no submissions to the Sheet 2 also.
Columns G:J is the desired output. As you can see from Columns G:J I've manually included data from 9/6/2019 and 9/7/2019. Adding the missing dates like this is what I'm trying to achieve. In addition to missing dates, the values of "Order Total", "Price Estimate Language" and "Price Estimate Status" needs to be included also.
Can anyone help me out with this one? I'm totally lost with this, so, unfortunately, I don't have any formulas that I've tried to show you.
Edit:
bellow suggestion works perfectly if I create columns A:D manually:

However, if I try to use the formula with the original QUERY, I get #VALUE with an error message saying "In ARRAY_LITERAL, an Array Literal was missing values for one or more rows.":

Any ideas on how to make this work without manually typing columns A:D? Thank you.

