Warning

Work in Progress: This page is currently under construction. Content may be incomplete or subject to change. To contribute, see the contribution guide.

Google Cloud Platform (GCP)

Reference for GCP projects, IAM, and operational procedures at Patria Investments.


Access

MethodDetails
Consoleconsole.cloud.google.com — authenticate with corporate Google Workspace account
CLIgcloud auth login — opens browser SSO flow
Service accountsManaged via IaC; keys are stored in Key Vault (never committed to code)

Projects

ProjectPurposeEnvironment
patria-data-prodBigQuery data lake, Cloud Storage, Composer / AirflowProduction
patria-data-stagingStaging data pipelinesStaging
patria-data-devDeveloper sandboxes, exploratory analysisDevelopment

Key resources

ResourceTypeProject
patria-datalakeBigQuery datasetpatria-data-prod
patria-rawCloud Storage bucket (raw ingestion)patria-data-prod
patria-airflowCloud Composer environmentpatria-data-prod

IAM roles in use

RoleDescription
roles/bigquery.dataEditorRead and write to BigQuery datasets
roles/bigquery.jobUserExecute BigQuery jobs
roles/storage.objectViewerRead-only access to Cloud Storage buckets
roles/composer.workerRuntime access for Airflow workers

Common procedures

Set active project

gcloud config set project patria-data-prod

List BigQuery datasets

bq ls --project_id patria-data-prod

Check Composer environment status

gcloud composer environments describe patria-airflow \
  --location <region> \
  --format="value(state)"

Runbooks

For step-by-step operational procedures see Runbook — GCP.


Escalation

Owner: Infra & Cloud Squad — see Contacts