/embulk-input-redash

Redash input plugin for Embulk

Primary LanguageRubyMIT LicenseMIT

Redash input plugin for Embulk

Gem Version CircleCI

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