ingestr

package
v0.11.61 Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	IngestrVersion = "v0.9.0"
	DockerImage    = "ghcr.io/bruin-data/ingestr:" + IngestrVersion
	DuckDBDest     = "/tmp/dest.db"
	DuckDBSource   = "/tmp/source.db"
	DuckDBPrefix   = "duckdb:///"
	GsheetsSource  = "/tmp/gsheets_source.db"
	GsheetsPrefix  = "gsheets://?credentials_path="
)

Variables

This section is empty.

Functions

This section is empty.

Types

type BasicOperator

type BasicOperator struct {
	// contains filtered or unexported fields
}

func NewBasicOperator

func NewBasicOperator(conn *connection.Manager) (*BasicOperator, error)

func (*BasicOperator) ConvertTaskInstanceToContainerConfig added in v0.11.53

func (o *BasicOperator) ConvertTaskInstanceToContainerConfig(ctx context.Context, ti scheduler.TaskInstance) (*container.Config, *container.HostConfig, error)

func (*BasicOperator) Run

type IngestrCheckOperator

type IngestrCheckOperator struct {
	// contains filtered or unexported fields
}

func NewColumnCheckOperator

func NewColumnCheckOperator(configs *map[pipeline.AssetType]executor.Config) *IngestrCheckOperator

func (IngestrCheckOperator) Run

type IngestrCustomCheckOperator

type IngestrCustomCheckOperator struct {
	// contains filtered or unexported fields
}

func NewCustomCheckOperator

func NewCustomCheckOperator(configs *map[pipeline.AssetType]executor.Config) *IngestrCustomCheckOperator

func (IngestrCustomCheckOperator) Run

Jump to

Keyboard shortcuts

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