Apache Airflow for Data Science #1 - How to Install Airflow Locally in 10 Minutes

preview_player
Показать описание
Want to learn Apache Airflow as a Data Engineer? Start by installing it locally. Go from zero to DAG-ready in 10 minutes.

COMMANDS:

00:00 Introduction
00:56 Create a new virtual environment
01:52 Install Apache Airflow
03:14 Setup Airflow database and user
05:04 Start Airflow webserver and scheduler
06:18 Bonus: How to remove Airflow example DAGs
07:58 Bonus: What’s inside the Airflow SQLite database?
09:05 Outro

FOLLOW BETTER DATA SCIENCE

FREE “LEARN DATA SCIENCE MASTERPLAN” EBOOK

GEAR I USE
Рекомендации по теме
Комментарии
Автор

Well done and as of Oct 16, 2023 the steps are still working with Airflow 2.7.2. This def beats the Apache quickstart guide!

machinimaaquinix
Автор

Thank you! I was stuck on the installation process for the past few days because of some errors. Finally this worked!

ajitjadhav
Автор

Thank you.. I was stuck at the installation part from last one week.

SanjeevKumar-ncrt
Автор

I have an error when I submit airflow db init. It can't find termios library

magicfox
Автор

my xcom list No records found, what should i do ?

ilhamsaputrajati
Автор

ERROR: Could not build wheels for setproctitle which use PEP 517 and cannot be installed directly

I got this error after following every step

Stk
Автор

Hi, thanks for the tutorial.
When I try to see what's in the Airflow SQLite database, I write the same query you wrote (in TablePlus) after making the connection, and I always get this message:
Query 1: Database is locked

salimmzoughi
Автор

Hi thank you for the video. I have successfully installed but how to access/ code from pyCharm? I am not able to import airflow libraries in pycharm

parikshitbarua
Автор

Hello, even though I set "load_examples" to false and change the "dags_folder" to another location the examples are still being loaded and my dags are not showing up on the UI :(

rafaelacioly
Автор

Incomplete title! Suggested: Apache Airflow for Data Science #1 - How to Install Airflow Locally in 10 Minutes on MAC!

hunsnowboarder
Автор

Your first script for creating an environment didn't work either in windows cmd or bash

bantuandproud
Автор

None of your scripts worked in all cmd prompt

bantuandproud