tasks

package
v0.12.1-beta2 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2022 License: Apache-2.0 Imports: 11 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DbtConverterMeta = core.SubTaskMeta{
	Name:             "DbtConverter",
	EntryPoint:       DbtConverter,
	EnabledByDefault: true,
	Description:      "Convert data by dbt",
}

Functions

func DbtConverter

func DbtConverter(taskCtx core.SubTaskContext) error

Types

type DbtOptions

type DbtOptions struct {
	ProjectPath    string                 `json:"projectPath"`
	ProjectName    string                 `json:"projectName"`
	ProjectTarget  string                 `json:"projectTarget"`
	ProjectVars    map[string]interface{} `json:"projectVars"`
	SelectedModels []string               `json:"selectedModels"`
	Tasks          []string               `json:"tasks,omitempty"`
}

type DbtTaskData

type DbtTaskData struct {
	Options *DbtOptions
}

Jump to

Keyboard shortcuts

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