Skip to content

Commit

Permalink
Added supported Redash version and required Redash API endpoints to R…
Browse files Browse the repository at this point in the history
…EADME
  • Loading branch information
jonhehir committed Jul 7, 2020
1 parent 039259e commit 8d78d89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,8 @@ The included `RedashDashboardExtractor` provides support for extracting basic me

Note: `DashboardUsage` and `DashboardExecution` metadata are not supported in this extractor, as these concepts are not supported by the Redash API.

The `RedashDashboardExtractor` depends on the following Redash API endpoints: `GET /api/dashboards`, `GET /api/dashboards/<dashboard-slug>`. It has been tested against Redash 8 and is also expected to work with Redash 9.

```python
extractor = RedashDashboardExtractor()
task = DefaultTask(extractor=extractor, loader=FsNeo4jCSVLoader())
Expand Down

0 comments on commit 8d78d89

Please sign in to comment.