No commit activity in last 3 years
No release in over 3 years
Loads records from Redash.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.10.6
>= 0.8.39
>= 10.0
>= 3.2.8
>= 3.4.2

Runtime

 Project Readme

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