datamindedbe / webinar-cross-dag-Airflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Description

This is the repository for the webinar about cross-DAG dependencies in Apache Airflow en based on a blogpost about cross-DAG dependencies in Apache Airflow.

Getting started

You can simply click the button below to start the exercise environment within Gitpod.

Open in Gitpod

Airflow UI

This environment will set up an Airflow instance for you. The Airflow UI will load in a new browser window once the startup is complete (if not, you can navigate to http://0.0.0.0:8080). You can log in to the UI using "airflow" both as username and password.

Mounted folders

The folder named mount contains three sub-folders: dags, logs and plugins. These three folders reflect the internal state of Airflow for these points, and can be used to upload DAGs or plugins into Airflow, or download log files. The examples handled during the webinar are already present in the dags folder.

About


Languages

Language:Python 100.0%