Skip to content

Commit c067b8b

Browse files
committed
Bug 1866469 - Exclude use_counters from GLAM ETL
1 parent 94085cf commit c067b8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

script/glam/generate_glean_sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,12 @@ function write_clients_daily_aggregates {
6060

6161
# e.g. baseline_v1
6262
local tables;
63+
# we're excluding use_counters because they are not supported in GLAM
64+
# and generated query is too big to run
6365
tables=$(
6466
bq ls "$qualified" \
6567
| grep TABLE \
68+
| grep -v use_counters \
6669
| awk '{print $1}'
6770
)
6871
# generate all of the schemas in parallel

0 commit comments

Comments
 (0)