shahar1 commented on code in PR #61659:
URL: https://github.com/apache/airflow/pull/61659#discussion_r2904888559
##########
providers/google/src/airflow/providers/google/cloud/transfers/salesforce_to_gcs.py:
##########
@@ -52,6 +53,10 @@ class SalesforceToGcsOperator(BaseOperator):
to the resulting data that marks when the data was fetched from
Salesforce. Default: False
:param gzip: Option to compress local file or file data for upload
:param gcp_conn_id: the name of the connection that has the parameters we
need to connect to GCS.
+ :param unwrap_single: If True, unwrap a single-element result list into a
plain string value
Review Comment:
@Prab-27 just realized I've missed line 120 which actually returns the
single entity.
Could you please revert last commits and restore `unwrap_single` parameter
with default True + the warning?
Terribly sorry for the the confusion, probably missed it due to reviewing
from my phone.
--
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]