Тёмный

Building Data Pipeline with Airflow PythonOperator | ELT | Data Engineering | k2analytics.co.in 

Rajesh Jakhotia
Подписаться 2,4 тыс.
Просмотров 3,2 тыс.
50% 1

Connect with us on Whatsapp: + 91 8939694874
Website Blog: k2analytics.co...
Write to me at: ar.jakhotia@k2analytics.co.in
Airflow is a platform to programmatically author, schedule, and monitor workflows.
Use Airflow to author workflows as Directed Acyclic Graphs (DAGs) of tasks. The Airflow scheduler executes your tasks on an array of workers while following the specified dependencies. Rich command line utilities make performing complex surgeries on DAGs a snap. The rich user interface makes it easy to visualize pipelines running in production, monitor progress, and troubleshoot issues when needed.
Dynamic: Airflow pipelines are configuration as code (Python), allowing for dynamic pipeline generation. This allows for writing code that instantiates pipelines dynamically.
Extensible: Easily define your own operators, executors and extend the library so that it fits the level of abstraction that suits your environment.
Elegant: Airflow pipelines are lean and explicit. Parameterizing your scripts is built into the core of Airflow using the powerful Jinja templating engine.
Scalable: Airflow has a modular architecture and uses a message queue to orchestrate an arbitrary number of workers. Airflow is ready to scale to infinity.
Challenges handled by Airflow:
Failures: retry if failure happens(how many times? how often?)
Monitoring: success or failure status, how long does the process runs?
Dependencies: Data dependencies: upstream data is missing
Execution dependencies: job 2 runs after job 1 is finished.
Scalability: There is no centralized scheduler between different cron machines
Deployment: deploy new changes constantly
Process historic data: backfill/rerun historic data
Connect with us on Whatsapp : + 91 8939694874
Website Blog: k2analytics.co...
Write to me at : ar.jakhotia@k2analytics.co.in

Опубликовано:

 

30 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 6   
@AnnRoseMPrints
@AnnRoseMPrints 5 месяцев назад
Hi! Thank you for this and I really learned a lot... I will just update you that the DummyOperator is already deprecated as per checking.
@RajeshJakhotiaAIML
@RajeshJakhotiaAIML 5 месяцев назад
Yes...
@nishantpruthi1172
@nishantpruthi1172 2 месяца назад
can u please arrange the videos in playlist , it’s not in sequence, it’s bery hard for us otherwise to follow , it would be helpful if u can make the video in sequence
@nitikjain993
@nitikjain993 11 месяцев назад
Awesome lecture sir , all practical knowledge at your play list , could you please make more video one this ,its very helpful for newly learners
@askuala
@askuala Год назад
Awesome video, thanks!
@prabhavathi-pn6de
@prabhavathi-pn6de 5 месяцев назад
Very detailed explanation with examples.. Thanks!!
Далее
Airflow UI Explained
15:03
Просмотров 517
Pydantic Tutorial • Solving Python's Biggest Problem
11:07
What does a Data Analyst actually do? (in 2024) Q&A
14:27