Prab-27 commented on code in PR #61659:
URL: https://github.com/apache/airflow/pull/61659#discussion_r2905154460
##########
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:
Oh !!It's Okay I have learnt more with it!
Could you please review my understand if I'm wrong
WE are adding the unwrap_single + True flag when it is return something and
we are going to return only list[str] in all operators to maintain stability ?
OR any other goal ?
Since we have many operators and functions and they return somethings
different and we are not forcing them to return somethings special like this ?
then why here in google providers ?
--
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]