GLAM try egrep for table fitering + more specific pattern (#5235)
* GLAM try egrep for table fitering * More precise label pattern
This commit is contained in:
Родитель
02ca92f9dd
Коммит
2b6d37e288
|
@ -66,7 +66,7 @@ function write_clients_daily_aggregates {
|
|||
tables=$(
|
||||
bq ls "$qualified" \
|
||||
| grep TABLE \
|
||||
| grep 'glean_ping_\d\+' \
|
||||
| grep -E 'schema_id:glean_ping_\d+' \
|
||||
| grep -v use_counters \
|
||||
| awk '{print $1}'
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче