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 9cd38b6 commit 141c8b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utilities/gbq/func_getlastcompliancestatusquery.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ WITH complianceStatus0 AS (
ancestryPath,
ancestorsDisplayName,
ancestors,
assetType
assetType,
projectID
FROM
<last_assets>
),
Expand Down Expand Up @@ -150,6 +151,7 @@ WITH complianceStatus0 AS (
assets.assetType,
complianceStatus1.directoryAssetType
) AS assetType,
assets.projectID,
FROM
complianceStatus1
LEFT JOIN assets ON complianceStatus1.assetName = assets.name
Expand Down

0 comments on commit 141c8b5

Please # to comment.