Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
904 contributions in the last year
Contribution activity
November 1, 2020
October 2020
- Enable user SQL access to GCP databases
- Refactor function service account management
- Update docs.
- Rename private API -> functional API, auth proxy -> db listener
- Use async/await in proxy_POST_pickups
- Make POST_pickups private
- Function logging and auth fixes
- Add logging to functional API, fix DB access error by downgrading pg8000
- Set curb in JS test.
Created an issue in dask/dask that received 10 comments
Dask fails to read hand-partitioned Parquet dataset from S3 source
I created a Parquet dataset partitioned as follows:
2019-taxi-trips/ - month=1/ - data.parquet - month=2/ - data.parquet ... - month=12/ - data.parβ¦