Szymon Przedwojski created AIRFLOW-3231:
-------------------------------------------
Summary: Basic operators for Google Cloud SQL (deploy / patch /
delete)
Key: AIRFLOW-3231
URL: https://issues.apache.org/jira/browse/AIRFLOW-3231
Project: Apache Airflow
Issue Type: New Feature
Reporter: Szymon Przedwojski
Assignee: Szymon Przedwojski
In order to be able to interact with Google Cloud SQL, we need operators that
should be able to:
Deploy Instance (Insert or Update):
([https://cloud.google.com/sql/docs/mysql/admin-api/v1beta4/instances/insert]
[https://cloud.google.com/sql/docs/mysql/admin-api/v1beta4/instances/update])
Patch Instance
([https://cloud.google.com/sql/docs/mysql/admin-api/v1beta4/instances/patch])
Delete Instance:
([https://cloud.google.com/sql/docs/mysql/admin-api/v1beta4/instances/delete])
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)