Closed Linchin closed 5 months ago
QUESTION: Would we consider this a breaking change since we are moving to having a default setting of
True
instead ofFalse
which is what I feel like the current setting is.I am approving this, pending an answer to the above question. Would be happy to get in a chat OR a meeting to discuss, as need. be.
Thanks for the question! The default behavior in the past is True
. As in https://github.com/googleapis/python-bigquery/issues/1920, the customer couldn't disable the storage client unless they uninstall the package altogether.
This gives users the option to not use the Storage client if they prefer the REST client.
Fixes #1920 🦕