Git deployment version

Hi there,

I am using github actions to push a branch to deployment. The API call returns 204 OK but how can I confirm that it was deployed correctly. Is there a visual tagging or some sort where I can see that a new version was deployed ? I cannot find anything here :  I was expecting to see something in Current Deployment row. Any help will be great. 

1a376ea3-0cec-4df0-9638-2d402e9367ce.png

Thank you 

Jeff

 
 
 
 
 
Solved Solved
0 1 119
1 ACCEPTED SOLUTION

Unfortunatly its confirmed by looker team that there is no visual indicator for this. You need to call API to get workspace and check for is_production branch flag and also may be check if the branch is behind as it should not be. 

https://docs.looker.com/reference/api-and-integration/api-reference/v4.0/project#get_project_workspa...

 
 
 
 
 

View solution in original post

1 REPLY 1

Unfortunatly its confirmed by looker team that there is no visual indicator for this. You need to call API to get workspace and check for is_production branch flag and also may be check if the branch is behind as it should not be. 

https://docs.looker.com/reference/api-and-integration/api-reference/v4.0/project#get_project_workspa...