fix: add df snapshots lookup for read_gbq#229
Conversation
read_gbq
…to ashleyxu-df-snapshots-lookup
| index_col: Iterable[str] | str = (), | ||
| col_order: Iterable[str] = (), | ||
| max_results: Optional[int] = None, | ||
| use_cache: bool = True, |
There was a problem hiding this comment.
Can we pass this to _read_gbq_query too, please? It can be used to populate this property:
There was a problem hiding this comment.
Unresolving. You didn't populate the QueryJobConfig.use_query_cache property as I requested.
| index_col: Iterable[str] | str = (), | ||
| col_order: Iterable[str] = (), | ||
| max_results: Optional[int] = None, | ||
| use_cache: bool = True, |
There was a problem hiding this comment.
Unresolving. You didn't populate the QueryJobConfig.use_query_cache property as I requested.
|
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot. |
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:
Fixes interbal issue 312493159 🦕