moiseenkov opened a new pull request, #34502: URL: https://github.com/apache/airflow/pull/34502
System tests for `PostgresToGCSOperator` and `MySQLToGCSOperator` now use databases deployed in GCE instances rather than CloudSQL. The reason for this is CloudSQL recommended connection method is using cloud proxy but `PostgresToGCSOperator` and `MySQLToGCSOperator` expect connection to a raw database by IP. The new implementation is cleaner and eliminates workaround with authorized network masks for the `PostgresToGCSOperator`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
