Documentation
¶
Index ¶
Constants ¶
View Source
const (
// PipelineConfigFilename is the pipeline config the parser is looking for.
PipelineConfigFilename = ".drizzle.yml"
)
Variables ¶
This section is empty.
Functions ¶
func ExpandVars ¶
func ExpandVars(variables map[string]string, secretRetriever drizzle.SecretRetriever) (map[string]string, error)
ExpandVars replaces ${var} or $var in the string according to the values of the current environment variables or, if not found, with a secret manager.
Types ¶
type ConfigParser ¶
type ConfigParser struct {
// contains filtered or unexported fields
}
ConfigParser parses given file from path to a Pipeline.
Click to show internal directories.
Click to hide internal directories.