package
0.11.0
Repository: https://github.com/raystack/meteor.git
Documentation: pkg.go.dev

# README

redash

Usage

source:
  name: redash
  config:
    base_url: https://redash.example.com
    api_key: t33I8i8OFnVt3t9Bjj2RXr8nCBz0xyzVZ318Zwbj

Inputs

KeyValueExampleDescription
base_urlstringhttps://redash.example.comEach endpoint is appended to your Redash base URLrequired
api_keystringt33I8i8OFnVt3t9Bjj2RXr8nCBz0xyzVZ318ZwbjRedash API calls support authentication with an API keyrequired

Outputs

FieldSample Value
resource.urnredash.dashboard_name
resource.namedashboard_slug
resource.serviceredash
resource.typedashboard
resource.urlhttps://redash.example.com/dashboard_slug
resource.descriptionID: dashboard_id, version: dashboard_version

Chart

Currently, no Redash public API is exposed to fetch charts detail in a particular dashboard.

Contributing

Refer to the contribution guidelines for information on contributing to this module.

# Functions

New returns a pointer to an initialized Extractor Object.

# Structs

Config holds the set of configuration for the redash extractor.
Extractor manages the extraction of data from the redash server.
No description provided by the author
No description provided by the author