What They Don't Tell You About Apache Airflow

preview_player
Показать описание
Apache Airflow has improved a lot over the past 2 years.
Here are the biggest misconceptions about Airflow that were true 2 years ago versus how Airflow is today!

👍 Smash the like button to become an Airflow Super Hero!
❤️ Subscribe to my channel to become a master of Airflow

Enjoy ❤️
Рекомендации по теме
Комментарии
Автор

This video has definitely given a better understanding of Airflow and now have some ideas on how to use it more effectively for projects.

demohub
Автор

Thanks for the video! I have not used Airflow for some years and it is great to see the evolution :)

andreaw
Автор

"Airflow is hard" seems strange to me as a misconception :)
I found it very easy when I started with Airflow a few years ago, and it was one of my selling points to implement it in my company at the time

JeanBzh
Автор

We can't use task api for bash or sql query execute operators. We are forced to use xcom in those cases.

mpianoplayer
Автор

Is datasets time aware? If I load a table in Redshift on 2023-01-01 and 2023-01-02, will the downstream tasks that depend on these datasets start on those given days? Will the downstream run on 2023-01-02 wait for the 2023-01-02 dataset or it will run if the upstream run only ran for 2023-01-01.

as
Автор

This was a "what's new in airflow" but worded as misconceptions.
Got me to watch through and learn nothing new, sadly.
Well produced, all in all, but a little misleading.

EthanShalev