File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 271
271
if [[ $metric != crux* ]]; then # CrUX is quick and join is more compilicated so just do a full run of that
272
272
date_join=" date > CAST(REPLACE(\" $max_date \" ,\" _\" ,\" -\" ) AS DATE)"
273
273
# Skip 2022_05_12 tables
274
- date_join=" ${date_join} AND date != \" 2022-05-12 \" "
274
+ date_join=" ${date_join} "
275
275
if [[ -n " $YYYY_MM_DD " ]]; then
276
276
# If a date is given, then only run up until then (in case next month is mid run as do not wanna get just desktop data)
277
277
date_join=" ${date_join} AND date <= \" $DATE \" "
291
291
# If a date is given, then only run up until then (in case next month is mid run as do not wanna get just desktop data)
292
292
date_join=" date <= \" $DATE \" "
293
293
# Skip 2022_05_12 tables
294
- date_join=" ${date_join} AND date != \" 2022-05-12 \" "
294
+ date_join=" ${date_join} "
295
295
fi
296
296
297
297
echo -e " Force Mode=${FORCE} . Generating $gs_lens_dir$metric timeseries from start until ${YYYY_MM_DD} ."
301
301
if [[ $metric != crux* ]]; then # CrUX is quick and join is more compilicated so just do a full run of that
302
302
date_join=" date <= \" $DATE \" "
303
303
# Skip 2022_05_12 tables
304
- date_join=" ${date_join} AND date != \" 2022-05-12 \" "
304
+ date_join=" ${date_join} "
305
305
fi
306
306
307
307
echo -e " Timeseries does not exist. Generating $gs_lens_dir$metric timeseries from start until ${YYYY_MM_DD} "
You can’t perform that action at this time.
0 commit comments