Documentation
¶
Index ¶
Constants ¶
This section is empty.
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 config.ConnectionGetter, env map[string]string) (*BasicOperator, error)
func (*BasicOperator) Run ¶
func (op *BasicOperator) Run(ctx context.Context, ti scheduler.TaskInstance) error
type CheckRunner ¶ added in v0.11.207
type CheckRunner interface {
Check(ctx context.Context, ti *scheduler.ColumnCheckInstance) error
}
type ColumnCheckOperator ¶ added in v0.11.207
type ColumnCheckOperator struct {
// contains filtered or unexported fields
}
func NewColumnCheckOperator ¶ added in v0.11.207
func NewColumnCheckOperator(conn config.ConnectionGetter) *ColumnCheckOperator
func (*ColumnCheckOperator) Run ¶ added in v0.11.207
func (o *ColumnCheckOperator) Run(ctx context.Context, ti scheduler.TaskInstance) error
type CustomCheckOperator ¶ added in v0.11.207
type CustomCheckOperator struct {
// contains filtered or unexported fields
}
func NewCustomCheckOperator ¶ added in v0.11.207
func NewCustomCheckOperator(conn config.ConnectionGetter, renderer jinja.RendererInterface) *CustomCheckOperator
func (*CustomCheckOperator) Run ¶ added in v0.11.207
func (o *CustomCheckOperator) Run(ctx context.Context, ti scheduler.TaskInstance) error
type CustomCheckRunner ¶ added in v0.11.207
type CustomCheckRunner interface {
Check(ctx context.Context, ti *scheduler.CustomCheckInstance) error
}
type JobRunParams ¶
type LogConsumer ¶ added in v0.11.177
type LogConsumer interface {
Next() []LogLine
}
type MissingFieldsError ¶ added in v0.11.187
type MissingFieldsError struct {
Fields []string
}
func (*MissingFieldsError) Error ¶ added in v0.11.187
func (e *MissingFieldsError) Error() string
type NoOpLogConsumer ¶ added in v0.11.177
type NoOpLogConsumer struct{}
func (*NoOpLogConsumer) Next ¶ added in v0.11.177
func (l *NoOpLogConsumer) Next() []LogLine
Click to show internal directories.
Click to hide internal directories.