Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SyntaxStarlark identifies steps & scripts written in starlark syntax // they're executed by the startf subpackage SyntaxStarlark = "starlark" // SyntaxQri is not currently in use. It's planned for deprecation & removal SyntaxQri = "qri" )
View Source
const ( // StatusWaiting is the canonical constant for "waiting" execution state StatusWaiting = "waiting" // StatusRunning is the canonical constant for "running" execution state StatusRunning = "running" // StatusSucceeded is the canonical constant for "succeeded" execution state StatusSucceeded = "succeeded" // StatusFailed is the canonical constant for "failed" execution state StatusFailed = "failed" // StatusSkipped is the canonical constant for "skipped" execution state StatusSkipped = "skipped" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Transformer ¶
type Transformer struct {
// contains filtered or unexported fields
}
Transformer holds dependencies needed for applying a transform
func NewTransformer ¶
NewTransformer returns a new transformer
Directories ¶
Path | Synopsis |
---|---|
Package run defines metadata about transform script execution
|
Package run defines metadata about transform script execution |
Package startf implements dataset transformations using the starlark programming dialect For more info on starlark check github.com/google/starlark
|
Package startf implements dataset transformations using the starlark programming dialect For more info on starlark check github.com/google/starlark |
ds
Package ds exposes the qri dataset document model into starlark Package ds defines the qri dataset object within starlark outline: ds ds defines the qri dataset object within starlark.
|
Package ds exposes the qri dataset document model into starlark Package ds defines the qri dataset object within starlark outline: ds ds defines the qri dataset object within starlark. |
Click to show internal directories.
Click to hide internal directories.