| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| copy_config = copy.deepcopy(job_config) | ||
| query_job_config = google.cloud.bigquery.job.QueryJobConfig.from_api_repr( | ||
| copy_config | ||
| copy.deepcopy(job_config) |
There was a problem hiding this comment.
Are we making a copy because we expect from_api_repr to mutate the dict? The clauses above don't do so.
Sorry, something went wrong.
There was a problem hiding this comment.
No, I made a copy because I didn't pay close enough attention to your suggestion. :)
Fixed.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: