From d257adb5cc062be20a08cfc5ec2dbf6f607deca2 Mon Sep 17 00:00:00 2001 From: Jean Cochrane Date: Sun, 17 Sep 2023 16:39:18 -0500 Subject: [PATCH] Fix erroneous config dedent in location-political.sql --- aws-athena/ctas/location-political.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aws-athena/ctas/location-political.sql b/aws-athena/ctas/location-political.sql index dabe0c5c4..65522639d 100644 --- a/aws-athena/ctas/location-political.sql +++ b/aws-athena/ctas/location-political.sql @@ -1,4 +1,5 @@ -{{ config( +{{ + config( materialized='table', partitioned_by=['year'], bucketed_by=['pin10'],