Installing Airflow
Open-source workflow management system that allows data engineers to orchestrate sequenceable tasks.
Description
Plural will install Airflow in a dependency-aware manner onto a Plural-managed Kubernetes cluster with one CLI command.
Installation
We currently support Airflow for the following providers:
AWS
Azure
GCP
kind
plural bundle install airflow airflow-aws
Setup Configuration
airflowBucket
: Arbitrary bucket name to store the logs inhostname
: Fully Qualified Domain Name to use for your airflow installation, eg airflow.topleveldomain.com if topleveldomain.com is the domain you inputed for dns_domain above.dagRepo
: Git Repo url for storing dags, can be either an https or ssh urlgitUser
: git username for git sync to download the dag repo, eg your github usernamegitAccessToken
: github/gitlab access token to use for http git authenticationprivate_key
: path to the private key to use for git authenticationpassphrase
: passphrase to use for encrypted private keys (leave empty if not applicable)branchName
: The branch to sync fromadminUsername
: The airflow username for the adminadminFirst
: The first name for the adminadminLast
: The last name for the adminadminEmail
: The email for the admin