Open austinclooney opened 4 months ago
resolves https://github.com/dbt-labs/dbt-utils/issues/928
The current BQ deduplicate macro will not work for a view as it doesn't allow partition pruning downstream of the macro.
Add an an optional parameter that explicitly selects the partition by columns outside of the array_agg
partition by
array_agg
resolves https://github.com/dbt-labs/dbt-utils/issues/928
Problem
The current BQ deduplicate macro will not work for a view as it doesn't allow partition pruning downstream of the macro.
Solution
Add an an optional parameter that explicitly selects the
partition by
columns outside of thearray_agg
Checklist