Apache Airflow for Data Science - How to Work with Variables
Hardcoding values in your Airflow DAGs is a bad practice. Learn how to use Airflow variables …
Hardcoding values in your Airflow DAGs is a bad practice. Learn how to use Airflow variables …
Learn how to download files from Amazon S3 (AWS) to your local machine with Apache Airflow and …
Learn how to setup an Amazon S3 (AWS) Bucket and how to upload files from local disk with …
Learn to work with REST APIs in Apache Airflow by utilizing HttpSensor and HttpOperator Airflow …
Learn to send and receive data between Airflow tasks with XComs, and when you shouldn’t …
Build a Data Pipeline (DAG) in Apache Airflow that makes four GET API requests in Parallel.
Apache Airflow doesn’t run tasks in parallel by default - but there’s an easy fix. …
Learn how to extract, transform, and load data with Airflow and Postgres database by coding a …
Apache Airflow is a common tool used by Data Engineers. Learn how to write your first data …
Want to learn Apache Airflow as a Data Engineer? Start by installing it locally. Go from zero …