GoogleCloudPlatform/airflow-operator

Add support for cloudsql with postgres

barney-s opened this issue · 1 comments

Currently we only support cloudsql(mysql) and the support is broken: #48

Add support for CloudSQL (postgres).

Work involved:

  1. Add a field in cluster to determine cloudsql-postgres or mysql
  2. Use the flag the determine which DB create container we need to add: https://github.com/GoogleCloudPlatform/airflow-operator/blob/master/pkg/apis/airflow/v1alpha1/airflow.go#L558

related to #48