potiuk commented on pull request #16160:
URL: https://github.com/apache/airflow/pull/16160#issuecomment-850987298


    > EDIT: I already checked the `test_gcs_to_bigquery.py`, but I a little bit 
confused about how to write the test. Would you mind giving me a hint? @potiuk
   
   @eladkal is correct - just add a test where the `source_object` is string 
/list of strings. In the current test 
   
   ```
   TEST_SOURCE_OBJECTS
   ```
   
   is list of strings, but you can create another TEST_SOURCE_OBJECTS_AS_STRING 
(with string value) and copy one of the existing tests just using this new 
constant.
   


-- 
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:
[email protected]


Reply via email to