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_r232613054
##########
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:
Unfortunately urllib.parse does not like '_' in scheme so I had to change it
to gcpcloudsql:// instead. But I think that it is still fine this way
----------------------------------------------------------------
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