duneanalytics / dune-client

A framework for interacting with Dune Analytics' officially supported API service
Apache License 2.0
85 stars 22 forks source link

PRO-937: Add `create` and `insert` table endpoints to sdk #114

Closed waddahAldrobi closed 7 months ago

waddahAldrobi commented 7 months ago

In this PR, we add support for the new table endpoints in the SDK:

We move the upload_csv function with the new endpoints into api/table.py to consolidate all table endpoints in one file

bh2smith commented 6 months ago

Hey @waddahAldrobi I am loving all these great contributions, but do you think you could "Squash Merge" your PRs so that the commit history on main is easier to navigate?

This is difficult to follow and contains a lot of irrelevant stuff.

Screenshot 2024-03-25 at 12 32 05
waddahAldrobi commented 6 months ago

but do you think you could "Squash Merge" your PRs so that the commit history on main is easier to navigate?

@bh2smith 💯 that would have been a much better idea 👍