A recent refactor broke BigQuery support in a big way by moving a callback.Config option into another. This commit updates the driver to use the new callback.Config option instead.
* Why No Testing?
The tests, as written here, cannot be run locally by anyone without the same creds used by the project creator. The refactor needed to fix this is beyond the scope of the change being introduced by so much that it wasn't actually made, here. Please run the tests with the correct creds before merging.
What did this pull request do?
A recent refactor broke BigQuery support in a big way by moving a
callback.Config
option into another. This commit updates the driver to use the newcallback.Config
option instead.* Why No Testing?
The tests, as written here, cannot be run locally by anyone without the same creds used by the project creator. The refactor needed to fix this is beyond the scope of the change being introduced by so much that it wasn't actually made, here. Please run the tests with the correct creds before merging.