File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ manage_resources() {
8686 else
8787 echo " ${bq_dataset} already exists."
8888 fi
89- (cd templates && bq mk --table " ${PROJECT_ID} :${bq_dataset} .${bq_table_alerts} " " bq_${survey} _${bq_table_alerts} _schema.json" ) || exit 5
89+ (cd templates && bq mk --table --time_partitioning_type=DAY " ${PROJECT_ID} :${bq_dataset} .${bq_table_alerts} " " bq_${survey} _${bq_table_alerts} _schema.json" ) || exit 5
9090 (cd templates && bq mk --table " ${PROJECT_ID} :${bq_dataset} .${bq_table_supernnova} " " bq_${survey} _${bq_table_supernnova} _schema.json" ) || exit 5
9191 (cd templates && bq mk --table " ${PROJECT_ID} :${bq_dataset} .${bq_table_variability} " " bq_${survey} _${bq_table_variability} _schema.json" ) || exit 5
9292 (cd templates && bq mk --table " ${PROJECT_ID} :${bq_dataset} .${bq_table_upsilon} " " bq_${survey} _${bq_table_upsilon} _schema.json" ) || exit 5
You can’t perform that action at this time.
0 commit comments