package
0.10.6
Repository: https://github.com/goto/meteor.git
Documentation: pkg.go.dev

# README

snowflake

Usage

source:
  type: snowflake
  config:
    connection_url: user:password@my_organization-my_account/mydb

Inputs

KeyValueExampleDescription
connection_urlstringuser:password@org22-acc123/mydbURL to access the snowflake serverrequired

Outputs

FieldSample Value
resource.urnmy_database.my_table
resource.namemy_table
resource.servicesnowflake
descriptiontable description
schema[]Column

Column

FieldSample Value
nametotal_price
descriptionitem's total price
data_typedecimal
is_nullabletrue
length11

Contributing

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