shahar1 commented on code in PR #61659:
URL: https://github.com/apache/airflow/pull/61659#discussion_r2905432195
##########
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:
The idea is that we'll be able to change the default behavior in all ToGCS
operators to return the list format - for consistency with all similar
operators.
--
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]