You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... \-\-exec.args {"sql": "SELECT assetType, count(*) as asset_count FROM google.cloudasset.assets WHERE parentType \= 'projects' and parent \= 'testing-project' GROUP BY assetType order by count(*) desc, assetType desc;"}
... "SELECT assetType, count(*) as asset_count FROM google.cloudasset.assets WHERE parentType = 'projects' and parent = 'testing-project' GROUP BY assetType order by count(*) desc, assetType desc;"
231
+
${windowsInput} = Catenate
232
+
... & ${posixInput}
233
+
${input} = Set Variable If "${IS_WINDOWS}" == "1" ${windowsInput}${posixInput}
234
+
${shellExe} = Set Variable If "${IS_WINDOWS}" == "1" powershell sh
0 commit comments