redash-api-client icon indicating copy to clipboard operation
redash-api-client copied to clipboard

Redash API Client written in Python

Results 12 redash-api-client issues
Sort by recently updated
recently updated
newest added

Proposed pull request contains a method track_job_status_by_id that allows Redash to complete a query until a valid final status: 3 - SUCCESS, 4 - FAILURE or 5 - CANCELLED (...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.6 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.9.11 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Hey, is there any max payload that someone can retrieve using the API you have created? I have been using the library and have the following issue: We define a...

We don't need to hammer our redash instance for longer running queries but do notice some connections being disconnected otherwise.

Aside from what the title mentions, I added a test so it's easier for you to validate the correctness of the function.

For example, for `create_query`: It is probably good that the payload always contains a few parameters (e.g., `data_source_id`, `name`, etc...), but what about all other potential (and useful) parameters? For...

https://github.com/damnee562/redash-api-client/blob/master/redashAPI/client.py#L220 I think Auto Detect is easier to use than Category. For Auto Detect, specify `-`. Can I change it if there is no special reason?

Can you share an example of how to pass a parameter to the query? This is done using the `{{ }}` in the UI.