api

package
v0.14.3-alpha2 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DbtBlueprintPlan

type DbtBlueprintPlan [][]Plan

type DbtPipelinePlan

type DbtPipelinePlan [][]Plan

type Options added in v0.14.3

type Options struct {
	ProjectPath    string   `json:"projectPath"`
	ProjectGitURL  string   `json:"projectGitURL"`
	ProjectName    string   `json:"projectName"`
	ProjectTarget  string   `json:"projectTarget"`
	SelectedModels []string `json:"selectedModels"`
	Args           []string `json:"args"`
	ProjectVars    struct {
		Demokey1 string `json:"demokey1"`
		Demokey2 string `json:"demokey2"`
	} `json:"projectVars"`
}

type Plan added in v0.14.3

type Plan struct {
	Plugin  string  `json:"plugin"`
	Options Options `json:"options"`
}

Jump to

Keyboard shortcuts

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