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

# README

metabase

Usage

source:
  name: metabase
  config:
    host: http://localhost:3000
    instance_label: my-metabase
    username: meteor_tester
    password: meteor_pass_1234

Inputs

KeyValueExampleDescription
hoststringhttp://localhost:4002The host at which metabase is runningrequired
instance_labelstringmy-metabaseInstance alias, the value will be used as part of the urn componentrequired
usernamestringmeteor_testerUsername/email to access the metabaseoptional
passwordstringmeteor_pass_1234Password for the metabaseoptional
session_idstringmeteor_pass_1234Use existing session ID from metabase to create requests. (this will ignore username and password)optional

Outputs

FieldSample Value
resource.urnmetabase::my-metabase/dashboard/5123
resource.namedashboard_name
resource.servicemetabase
descriptiontable description
charts[]Chart

Chart

FieldSample Value
urnmetabase::my-metabase/card/9123
sourcemetabase
dashboard_urnmetabase::my-metabase/dashboard/5123
dashboard_sourcemetabase

Contributing

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

# Packages

No description provided by the author
No description provided by the author

# Functions

New returns a pointer to an initialized Extractor Object.

# Structs

Config holds the set of configuration for the metabase extractor.
Extractor manages the extraction of data from the metabase server.