stavhaco opened a new issue #16008:
URL: https://github.com/apache/airflow/issues/16008
**Apache Airflow version**:1.10.12
**Environment**: google cloud composer
**What happened**:
When using GoogleCloudStorageToBigQueryOperator and providing string as
parameter source_objects, the process is iterating on a the string as a valid
list.
For example -
`cloud_storage_to_bigquery = GoogleCloudStorageToBigQueryOperator(
bucket = 'bucket',
source_objects = 'abc',
)`
Will result in looking into the sources: bucket/a, bucket/b, bucket/c.
**What you expected to happen**:
Throw an error on type (string instead of list).
--
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]