-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Added configuration parameter to read_gbq
Now more complicated queries could be processed. Author: Dmitry L <[email protected]> Author: necnec <[email protected]> Author: Dmitry <[email protected]> Closes #14742 from necnec/bigquery-udf-resources and squashes the following commits: 3a238a5 [necnec] config->configuration 82f4409 [necnec] Add some documentation & formatting b97a1be [Dmitry L] formatting e2f801f [Dmitry] hotfix 2e02d76 [Dmitry L] Merge remote-tracking branch 'pandas-dev/master' into bigquery-udf-resources ec590af [Dmitry L] Throw exception if more than 1 job type in config 8720b03 [Dmitry L] Delete trailing whitespaces df5dec6 [Dmitry L] configuration->config & formatting 99521aa [Dmitry L] Formatting, documentation, new unit test 0ac26a2 [Dmitry L] added pull request number in whitens 86ed96d [Dmitry L] Merge branch 'master' into bigquery-udf-resources 929ad1a [Dmitry L] formatting: delete whitespace 8a38650 [Dmitry L] Added example configuration & job_configuration refactoring 395c0e9 [Dmitry L] fix formatting c21588a [Dmitry L] Merge remote-tracking branch 'pandas-dev/master' into bigquery-udf-resources 8fe77b2 [necnec] Merge branch 'bigquery-udf-resources' 146f0f3 [necnec] Merge branch 'master' into bigquery-udf-resources ce8ebe4 [necnec] Merge branch 'bigquery-udf-resources' 028c8be [necnec] Solve formating problems c199935 [Dmitry L] Make query configuration more general 0b365da [Dmitry L] delete newlines a952710 [Dmitry L] Move whatsnew BQ Enhancements -> Enhancements b849300 [Dmitry L] Change whatsnew 0.19.2 -> 0.20.0 640be7a [Dmitry L] Change whatnew 0.19.0->0.19.2 834a2ff [necnec] Merge branch 'bigquery-udf-resources' d69ed7f [Dmitry L] check tests 94fa514 [necnec] test formatting ddb4fd1 [necnec] Merge branch 'bigquery-udf-resources' ad35a43 [necnec] fix whatsnew text a96811d [necnec] add unit tests read_gbq: query parameters, cache c66169d [necnec] add read_gbq tests: query parameters and cache 42dc9e6 [necnec] Merge remote-tracking branch 'origin/bigquery-udf-resources' f9fae0c [necnec] Fix formatting 9a16a8c [necnec] Merge branch 'bigquery-udf-resources' dad9288 [necnec] Change parameter to kwargs 55bf05c [Dmitry L] Added udf_resource_uri parameter to read_gbq
- Loading branch information
Showing
4 changed files
with
144 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters