duneanalytics / dune-client

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

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

Open gabrielfior opened 6 months ago

gabrielfior commented 6 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!