potiuk commented on a change in pull request #4170: [AIRFLOW-3275] Implement
Google Cloud SQL Query operator
URL: https://github.com/apache/incubator-airflow/pull/4170#discussion_r232603681
##########
File path: airflow/models.py
##########
@@ -667,6 +667,7 @@ class Connection(Base, LoggingMixin):
('azure_data_lake', 'Azure Data Lake'),
('cassandra', 'Cassandra',),
('qubole', 'Qubole'),
+ ('cloudsql', 'Google Cloud SQL',),
Review comment:
Yep. That's fine, but it also implies changing cloudsql:// to
gcp_cloudsql:// in URLs. Which is good :).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services