Redash
Class Redash
class Redash()
Top Class of The Redash API Client hierarchy.
Arguments:
base_url
str - The base URL of the Redash instance.api_key
str - The API key for the Redash instance.
Usage:
from redash_python import Redash rd = Redash("https://redash.example.com", "API_KEY") rd.dashboards.get_all()
test_credentials
def test_credentials()
Test whether current credentials are valid