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 2021/05/23 11:50:44 UTC

[GitHub] [airflow] stavhaco commented on issue #16008: GoogleCloudStorageToBigQueryOperator reads string as a list in parameter source_objects

stavhaco commented on issue #16008:
URL: https://github.com/apache/airflow/issues/16008#issuecomment-846550323


   @eladkal seems like the behaviour is the same in GCSToBigQueryOperator.
   I get that the parameter should be set as `source_objects = ['abc']` but shouldn't I expect type error when setting it to `source_objects = 'abc'`? instead of iterating on the chars of the string and looking for different paths based on it?


-- 
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