Redash input plugin for Embulk
embulk-input-redash is the Embulk input plugin for Redash.
Overview
- Plugin type: input
- Resume supported: no
- Cleanup supported: no
- Guess supported: yes
Configuration
- url: URL of Query Result (string, required)
- api_key: API Key (string, required)
Example
in:
type: redash
url: https://localhost:5000/api/queries/1234/results.json
api_key: YOUR_REDASH_API_KEY
Build
$ rake