You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/04/15 22:05:36 UTC

[GitHub] [airflow] mik-laj commented on issue #8387: PostgresToGCSOperator doesn't convert DATE correctly

mik-laj commented on issue #8387: PostgresToGCSOperator doesn't convert DATE correctly
URL: https://github.com/apache/airflow/issues/8387#issuecomment-614303562
 
 
   The proposed change looks good. I think it's worth testing this problem with system tests.
   
   A system test is a type of test that uses an example DAG and communicates with a real service. Example DAGs for operators for GCP are available:
   https://github.com/apache/airflow/tree/master/airflow/providers/google/cloud/example_dags
   The system tests are available:
   https://github.com/apache/airflow/tree/master/tests/providers/google/cloud/operators
   Files with system test have prefix "_system.py"
   Here is a good example of system tests for transfer operator: 
   https://github.com/apache/airflow/blob/master/tests/providers/google/cloud/operators/test_presto_to_gcs_system.py
   
   Would you like to work on PR? Apache Airflow is an open-source project without paid technical support. Each problem is solved by community members - other Airflow users. If this issue is important to you, it is best to take action yourself.
   If you are interested, I invite you to read the following guides:
   Contributor Guide: https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst
   Development Environment Guide: https://github.com/apache/airflow/blob/master/BREEZE.rst
   Testing Guide: https://github.com/apache/airflow/blob/master/TESTING.rst
   
   I hope this information will be helpful for you and I look forward to your PR.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services