potiuk commented on issue #20901:
URL: https://github.com/apache/airflow/issues/20901#issuecomment-1014672576


   This is expected. We cannot treat object stored in GCS as "string". It's 
always retrieved as Bytes. If you know what encoding is used you can easily 
decode it `ti.xcom_pull(task_ids="my_task", key="my_xcom_key").decode('utf-8') 
for example.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to