Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
archiewood committed Oct 25, 2024
1 parent 8b0f32c commit 928fdc7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@
- [ ] sheet
- [ ] types
- [ ] implicit copy to when it sees a gsheets url
- [ ] warn when more than 2048 rows
- [ ] support > 2048 rows
- [x] warn when more than 2048 rows
- [x] support > 2048 rows

## read_gsheet()
- [ ] types
- [x] large sheets
- [x] implicit read_gsheet when it sees a gsheets url

## Auth Providers
- [x] OAuth
- [x] Token
- [ ] Service Account keyfile

## Tests
- Tests for read_gsheet()
- Tests for copy to

0 comments on commit 928fdc7

Please sign in to comment.