kacpermuda commented on code in PR #61659:
URL: https://github.com/apache/airflow/pull/61659#discussion_r2831822049
##########
providers/google/src/airflow/providers/google/cloud/transfers/salesforce_to_gcs.py:
##########
@@ -90,8 +96,18 @@ def __init__(
self.gcp_conn_id = gcp_conn_id
self.include_deleted = include_deleted
self.query_params = query_params
+ if unwrap_single is None:
+ warnings.warn(
+ "Returning a list of Salesforce FileShare filenames from
SalesforceToGcsOperator is deprecated and "
+ "will change to list[str] of GCS URIs in a future release. Set
return_gcs_uris=True to opt in.",
Review Comment:
```suggestion
"will change to list[str] of GCS URIs in a future release.
Set unwrap_single=True to opt in.",
```
--
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]