[GitHub] [airflow] XD-DENG commented on a change in pull request #5077: [AIRFLOW-4268] Add MsSqlToGoogleCloudStorageOperator

2019-04-10 Thread GitBox
XD-DENG commented on a change in pull request #5077: [AIRFLOW-4268] Add MsSqlToGoogleCloudStorageOperator URL: https://github.com/apache/airflow/pull/5077#discussion_r274248794 ## File path: airflow/contrib/operators/mssql_to_gcs.py ## @@ -0,0 +1,224 @@ +# -*- coding:

[GitHub] [airflow] XD-DENG commented on a change in pull request #5077: [AIRFLOW-4268] Add MsSqlToGoogleCloudStorageOperator

2019-04-10 Thread GitBox
XD-DENG commented on a change in pull request #5077: [AIRFLOW-4268] Add MsSqlToGoogleCloudStorageOperator URL: https://github.com/apache/airflow/pull/5077#discussion_r274247711 ## File path: tests/contrib/operators/test_mssql_to_gcs_operator.py ## @@ -0,0 +1,155 @@ +# -*-