airflow

package
v0.11.0-rc.1 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2019 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Deploy

func Deploy(path, name, wsId string, prompt bool) error

Deploy pushes a new docker image

func Init

func Init(path string, airflowImageTag string) error

Init will scaffold out a new airflow project

func Kill

func Kill(airflowHome string) error

Kill stops a local airflow development cluster

func Logs added in v0.5.0

func Logs(airflowHome string, webserver, scheduler, follow bool) error

Logs out airflow webserver or scheduler logs

func PS

func PS(airflowHome string) error

PS prints the running airflow containers

func Run added in v0.9.1

func Run(airflowHome string, args []string) error

Run creates using docker exec inspired from https://github.com/docker/cli/tree/master/cli/command/container

func Start

func Start(airflowHome string, envFile string) error

Start starts a local airflow development cluster

func Stop

func Stop(airflowHome string) error

Stop a running docker project

Types

type ComposeConfig

type ComposeConfig struct {
	PostgresUser         string
	PostgresPassword     string
	PostgresHost         string
	PostgresPort         string
	AirflowEnvFile       string
	AirflowImage         string
	AirflowHome          string
	AirflowUser          string
	AirflowWebserverPort string
	MountLabel           string
}

ComposeConfig is input data to docker compose yaml template

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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