We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8abc321 commit 7639d6eCopy full SHA for 7639d6e
1 file changed
definitions/output/reports/tech_report_audits.js
@@ -16,18 +16,18 @@ CREATE TEMP FUNCTION GET_AUDITS(
16
audits ARRAY<STRUCT<
17
category STRING,
18
id STRING,
19
- pass_origins FLOAT64
+ pass_origins INT64
20
>>
21
22
)
23
RETURNS ARRAY<STRUCT<
24
25
26
mobile STRUCT<
27
28
>,
29
desktop STRUCT<
30
31
>
32
33
LANGUAGE js AS '''
0 commit comments