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 ¶
func (o *BasicOperator) Run(ctx context.Context, ti scheduler.TaskInstance) error
type IngestrCheckOperator ¶
type IngestrCheckOperator struct {
// contains filtered or unexported fields
}
func NewColumnCheckOperator ¶
func NewColumnCheckOperator(configs *map[pipeline.AssetType]executor.Config) *IngestrCheckOperator
func (IngestrCheckOperator) Run ¶
func (i IngestrCheckOperator) Run(ctx context.Context, ti scheduler.TaskInstance) error
type IngestrCustomCheckOperator ¶
type IngestrCustomCheckOperator struct {
// contains filtered or unexported fields
}
func NewCustomCheckOperator ¶
func NewCustomCheckOperator(configs *map[pipeline.AssetType]executor.Config) *IngestrCustomCheckOperator
func (IngestrCustomCheckOperator) Run ¶
func (i IngestrCustomCheckOperator) Run(ctx context.Context, ti scheduler.TaskInstance) error
Click to show internal directories.
Click to hide internal directories.