@@ -18,7 +18,7 @@ setup() {
1818 local PREPROVISIONED=1
1919
2020 # Create partitioned table
21- create_partitioned_table ${TABLE} ${INTERVAL} ${RETENTION} ${PREPROVISIONED}
21+ create_partitioned_table ${TABLE}
2222
2323 local CONFIGURATION=$( cat << EOF
2424partitions:
5050 local PREPROVISIONED=1
5151
5252 # Create partitioned table
53- create_partitioned_table ${TABLE} ${INTERVAL} ${RETENTION} ${PREPROVISIONED}
53+ create_partitioned_table ${TABLE}
5454
5555 local CONFIGURATION=$( cat << EOF
5656partitions:
9898 local EXPECTED_NEXT_TABLE=" ${TABLE} _$( get_current_date_adjusted_by_month +1) "
9999
100100 # Create partitioned table
101- create_partitioned_table ${TABLE} ${INTERVAL} ${RETENTION} ${PREPROVISIONED}
101+ create_partitioned_table ${TABLE}
102102
103103 local CONFIGURATION=$( cat << EOF
104104partitions:
135135 local EXPECTED_NEXT_TABLE=" ${TABLE} _$( get_current_date_adjusted_by_quarter +1) "
136136
137137 # Create partitioned table
138- create_partitioned_table ${TABLE} ${INTERVAL} ${RETENTION} ${PREPROVISIONED}
138+ create_partitioned_table ${TABLE}
139139
140140 local CONFIGURATION=$( cat << EOF
141141partitions:
171171 local EXPECTED_NEXT_TABLE=" ${TABLE} _$( get_current_date_adjusted_by_year +1) "
172172
173173 # Create partitioned table
174- create_partitioned_table ${TABLE} ${INTERVAL} ${RETENTION} ${PREPROVISIONED}
174+ create_partitioned_table ${TABLE}
175175
176176 local CONFIGURATION=$( cat << EOF
177177partitions:
204204 local PREPROVISIONED=1
205205
206206 # Create partitioned table
207- create_partitioned_table ${TABLE} ${INTERVAL} ${RETENTION} ${PREPROVISIONED}
207+ create_partitioned_table ${TABLE}
208208
209209 local CONFIGURATION=$( cat << EOF
210210partitions:
0 commit comments