[ 
https://issues.apache.org/jira/browse/AIRFLOW-3948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16785271#comment-16785271
 ] 

ASF GitHub Bot commented on AIRFLOW-3948:
-----------------------------------------

ryanyuan commented on pull request #4770: [AIRFLOW-3948] GCSToBQOperator list 
as templating field issue
URL: https://github.com/apache/airflow/pull/4770
 
 
   
 
----------------------------------------------------------------
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:
us...@infra.apache.org


> Operator list as templated field issue
> --------------------------------------
>
>                 Key: AIRFLOW-3948
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3948
>             Project: Apache Airflow
>          Issue Type: Improvement
>            Reporter: Ryan Yuan
>            Assignee: Ryan Yuan
>            Priority: Major
>
> Fixing issue with operators' list as templated field issue
>  
> For example, with GoogleCloudStorageToBigQueryOperator's templated fields, 
> `source_objects` and `schema_fields`, if parsed in values are lists, they 
> will be recognized as strings, causing error returned by GCS.
> e.g.
> Variable before templating, source_objects = ['file_1.csv', 'file_2.csv']
> Variable after templating, source_objects = "['file_1.csv', 'file_2.csv']"
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to