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 d088212 commit 9cd38b6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion utilities/gbq/func_getlastassetsquery.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,17 @@ FROM
) AS latest_assets
INNER JOIN (
SELECT
*
timestamp,
name,
owner,
violationResolver,
ancestryPathDisplayName,
ancestryPath,
ancestorsDisplayName,
ancestors,
assetType,
deleted,
projectID
FROM
<assets>
WHERE
Expand Down

0 comments on commit 9cd38b6

Please # to comment.