duneanalytics / dune-client

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

[QUESTION] Fetching all tables & table metadata using the API #127

Open gabrielfior opened 5 months ago

gabrielfior commented 5 months ago

Is there a way, using the Python SDK, to fetch all tables within a given schema (for ex, Ethereum) and/or table metadata information, for ex, which columns are there?

Thank you!