api

package
v0.0.0-...-7d3b672 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2023 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

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"`
	FailFast       bool     `json:"failFast"`
	ProfilesPath   string   `json:"profilesPath"`
	Profile        string   `json:"profile"`
	Threads        int      `json:"threads"`
	NoVersionCheck bool     `json:"noVersionCheck"`
	ExcludeModels  []string `json:"excludeModels"`
	Selector       string   `json:"selector"`
	State          string   `json:"state"`
	Defer          bool     `json:"defer"`
	NoDefer        bool     `json:"noDefer"`
	FullRefresh    bool     `json:"fullRefresh"`
	ProjectVars    struct {
		Demokey1 string `json:"demokey1"`
		Demokey2 string `json:"demokey2"`
	} `json:"projectVars"`
}

type Plan

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