跳到主要內容

[GCP] gcloud command

登入GCP  - 開發專案如果權限沒有另外設定,依預設登入的google專案
( Google Cloud SDK Shell )


---2018/08/30 updated---
gcloud auth login
gcloud auth application-default login
gcloud config set project {projId}




  • big query 設定 Partition expiration
bq update --time_partitioning_expiration [INTEGER] [PROJECT_ID]:[DATASET].[TABLE]

[INTEGER]: second




留言