Monday, May 13, 2019

DataEng: GCS: Shutting down project

For those who are using Trial account might need to be more cautious of not having the project runs continuously where it will slowly eating up the credits.

From the Search bar, type Project and click on the project on the Compute Engine.



Upon shutting down the Project, accessing it through the Jupyter Notebook may trigger dialogue windows such as below. Connecting from GCS SDK Console would fail as well.


User can go back to the Billing from the Console to verify nothing is charged or active. This will essentially put the project and all the resources (Computer Engine and etc) into delete mode and will be removed from the account in 30 days if the user is not restoring and starting it. On how to restore and starting, the user can check out this blog. https://dataengineeringdesk.blogspot.com/2019/05/dataeng-gcs-starting-project.html



No comments:

Post a Comment

Pandas: SQL Like pandas operations

Pandas's SQL Like operations such as WHERE clause. = != >= str.contains() & | .isin() .isnull() .notnull() ....