Jay Qi
Jay Qi
When I try to use `read_gbq` where I pass in the name of a view, I get a runtime error caused by an unhandled 400 error from the API. It...
When I try to use `read_gbq` where I pass in the name of a view, I get a runtime error caused by an unhandled 400 error from the API. It...
I'm running into a `JSONDecodeError` inside `handle_rate_limit`. I'm presuming this is happening when I'm hitting my webhook's rate limit and the retry code is kicking in. Version: 1.4.1 ``` Traceback...
[pathlib](https://docs.python.org/3/library/pathlib.html) has this notion of pure paths `PurePath` (`PurePosixPath`, `PureWindowsPath`) vs concrete paths `Path` (`PosixPath`, `WindowsPath`). > Path classes are divided between pure paths, which provide purely computational operations without...
Following the implementation of D2 as an example (#152 and #162), we should add Mermaid as a supported output format.
- [ ] Test against Python 3.14 - [ ] Add Python 3.14 to metadata [PEP 649: Deferred Evaluation Of Annotations Using Descriptors](https://peps.python.org/pep-0649/) will go live in 3.14 so there...