| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This pull request refactors the test_init_default_client_info unit test in test_read_client_v1.py to mock wrap_method and verify that the client info is correctly passed and formatted. Feedback was provided to rename the local variable client_info to avoid shadowing the imported module of the same name.
Sorry, something went wrong.
…ient_v1.py Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
This fix has been merged in #17938 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Updates the bigquery_load_table_dataframe code sample (which powers cloud.google.com/bigquery/docs/samples/bigquery-load-table-dataframe) to use BigQuery DataFrames (bigframes) instead of the legacy client.load_table_from_dataframe API.
Fixes #<522898394> 🦕