Skip to content

Commit

Permalink
feat: projectID
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoReboul committed Dec 28, 2020
1 parent 141c8b5 commit 99ef9fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utilities/gbq/func_getactiveviolationsquery.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ SELECT
compliancestatus.level6,
compliancestatus.level7,
compliancestatus.level8,
compliancestatus.level9
compliancestatus.level9,
compliancestatus.projectID
FROM
<last_compliancestatus> AS compliancestatus
INNER JOIN (
Expand Down

0 comments on commit 99ef9fe

Please sign in to comment.