Andrew Storrs

Results 6 comments of Andrew Storrs

> I'd heavily push for PowerBI, and then I'd also really like to see a cube Pivot table driver for Excel An Excel pivot table driver would truly be next...

@barrywhart I dropped a note to the Dataform PM.

You're in luck - it already works today! **Hourly** ``` bigquery: { partitionBy: "DATETIME_TRUNC(, HOUR)" } ``` **Monthly** ``` bigquery: { partitionBy: "DATE_TRUNC(, MONTH)" } ``` **Integer** ``` bigquery: {...

@dorny Can this be merged in? Without it we're effectively blocked from using the action on PRs.

Yes please! This is very painful in models with heavy use of incrementals.