Skip to content

Hello, Astronomer! - The Enterprise Framework for Apache Airflow

License

Notifications You must be signed in to change notification settings

zkan/hello-astronomer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello, Astronomer! - The Enterprise Framework for Apache Airflow

Installing Astronomer CLI with Homebrew

brew install astronomer/tap/astro

Initializing Airflow Project

mkdir astro && cd astro
astro dev init

Starting Airflow on Local

cd astro
astro dev start

If you get an error similar to this below:

buildkit not supported by daemon
Error: command 'docker build -t astro_e24539/airflow:latest failed: failed to execute cmd: exit status 1

Try this:

cd astro
DOCKER_BUILDKIT=0 astro dev start

Reference: ‘buildkit not supported by daemon Error: command ‘docker build -t airflow-astro_bcb837/airflow:latest failed: failed to execute cmd: exit status 1

About

Hello, Astronomer! - The Enterprise Framework for Apache Airflow

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published