Bronze 1
Since ‎12-08-2021
‎12-10-2021

My Stats

  • 4 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

mayankpi's Bio

Badges mayankpi Earned

View all badges

Recent Activity

I wanted to create the on demand automated system of the google cloud sql instances database but if i use export then it is blocked and can't be used simultaneously until export is completed. Is there any other more efficient way of doing this?
I want to update labels using the python script and found this code google cloud documentationimport pprint from google.cloud import storage def add_bucket_label(bucket_name): # bucket_name = "your-bucket-name" storage_client = storage.Client() bucke...