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

# README

presto

Usage

source:
  name: presto
  config:
    connection_url: http://user:pass@localhost:8080
    exclude_catalog: memory,system

Inputs

KeyValueExampleDescription
connection_urlstringhttp://user:pass@localhost:8080URL to access the presto serverrequired
exclude_catalogstringmemory,systemThis is a comma separated catalog list to exclude from querying dataoptional

Outputs

FieldSample Value
resource.urnmy_catalog.my_database.my_table
resource.namemy_table
resource.servicepresto
schema[]Column

Column

FieldSample Value
nametotal_price
data_typedecimal
is_nullabletrue
descriptionitem's total price

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 options for the extractor.
Extractor manages the extraction of data.