Andrew Storrs
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.
bumping again as it's been 8 months since the 1.7.0 release...
We had discussed having that when support for materialized views was first added (https://github.com/dataform-co/dataform/pull/1302) but I'm not sure if it was ever implemented. @BenBirt ?
Yes you can do this: https://github.com/dataform-co/dataform/discussions/1496