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"` 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"` }
Click to show internal directories.
Click to hide internal directories.