config

package
v0.11.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 17, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const TableTypeView = "VIRTUAL_VIEW"

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	ProjectName     string `mapstructure:"project_name"`
	EndpointProject string `mapstructure:"endpoint_project"`
	AccessKey       struct {
		ID     string `mapstructure:"id"`
		Secret string `mapstructure:"secret"`
	} `mapstructure:"access_key"`
	SchemaName string `mapstructure:"schema_name,omitempty"`
	Exclude    struct {
		Schemas []string `mapstructure:"schemas"`
		Tables  []string `mapstructure:"tables"`
	} `mapstructure:"exclude,omitempty"`
	MaxPreviewRows   int  `mapstructure:"max_preview_rows,omitempty"`
	MixValues        bool `mapstructure:"mix_values,omitempty"`
	Concurrency      int  `mapstructure:"concurrency,omitempty"`
	BuildViewLineage bool `mapstructure:"build_view_lineage,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL