Derrick Qin
Derrick Qin's Blog

Derrick Qin's Blog

Follow
homeAbout me

How to restore a deleted BigQuery Dataset

Nov 24, 20223 min read

"Oops, I accidentally deleted my BigQuery Dataset! What should I do!?" If this is you at the moment, don't panic. You are in good hands now! In this...

How to restore a deleted BigQuery Dataset

Convert JSON to Parquet files on Google Cloud Storage using BigQuery

Nov 17, 20222 min read

Do you have lots of files on Google Cloud Storage that you want to convert to a different format? There are a few ways you can achieve it: Download...

Convert JSON to Parquet files on Google Cloud Storage using BigQuery

Create a business dashboard from Cloud Logging logs using Looker Studio

Jul 22, 20222 min read

A few months ago, I created a POC for a startup client to visualise their new user registration data. This use case can be interesting for small...

Create a business dashboard from Cloud Logging logs using Looker Studio

Upgrade Cloud SQL Postgres version using Google Database Migration Service(DMS)

May 16, 20223 min read

A few days ago, I came across an interesting blog post from Google Cloud. In the blog, it used Google Database Migration Service(DMS) to upgrade...

Upgrade Cloud SQL Postgres version using Google Database Migration Service(DMS)

How to use GCP Config Connector to manage Google Cloud resources

Oct 30, 20212 min read

Background Kubernetes is a new cool kid in the cloud infrastructure world. It is an open-source container orchestration system for automating software...

How to use GCP Config Connector to manage Google Cloud resources

How to solve Python package conflict in Cloud Composer

May 15, 20212 min read

Background Google Cloud Composer is a fully managed workflow orchestration service built on Apache Airflow. Airflow is a monolith Python service. To...

How to solve Python package conflict in Cloud Composer