Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Apache Airflow Best Practices
Apache Airflow Best Practices

Apache Airflow Best Practices: A practical guide to orchestrating data workflow with Apache Airflow

Arrow left icon
Profile Icon Dylan Intorf Profile Icon Kendrick van Doorn Profile Icon Dylan Storey
Arrow right icon
Free Trial
Paperback Oct 2024 188 pages 1st Edition
eBook
Mex$179.99 Mex$738.99
Paperback
Mex$922.99
Subscription
Free Trial
Arrow left icon
Profile Icon Dylan Intorf Profile Icon Kendrick van Doorn Profile Icon Dylan Storey
Arrow right icon
Free Trial
Paperback Oct 2024 188 pages 1st Edition
eBook
Mex$179.99 Mex$738.99
Paperback
Mex$922.99
Subscription
Free Trial
eBook
Mex$179.99 Mex$738.99
Paperback
Mex$922.99
Subscription
Free Trial

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing
Table of content icon View table of contents Preview book icon Preview Book

Apache Airflow Best Practices

Getting Started with Airflow 2.0

In modern software development and data processing, orchestration plays a pivotal role in ensuring the coordination and execution of complex workflows. As organizations strive to manage their ever-growing data and application landscapes, the need for an efficient orchestration system becomes paramount.

With Airflow 2.0 having been released for some time and moving quickly to increase its capabilities, we elected to distill our experiences in operating Airflow to help others by showing them patterns that have worked well for others in the past.

Our goal with this book is to help engineers and organizations adopting Apache Airflow as their orchestration solution get the most out of their technology selection by guiding them to better choices as they go through their adoption journey and scale.

In this chapter, we will learn what data orchestration is and how it is applied to several industries facing data challenges. In addition, we will explore...

What is data orchestration?

In today’s data-driven world, organizations face the challenge of handling vast amounts of data from diverse sources. Data orchestration is the key to managing this complex data landscape efficiently. It involves the coordination, automation, and monitoring of data workflows, ensuring the smooth execution of tasks and the timely delivery of valuable insights.

Orchestration, in the context of software development and data engineering, refers to the process of automating and managing the execution of interconnected tasks or processes to achieve a specific goal. These tasks might involve data processing, workflow scheduling, service provisioning, and more. The purpose of orchestration is to streamline the flow of operations, optimize resource utilization, and ensure that tasks are executed in a well-coordinated manner.

Traditional, manual orchestration is cumbersome and prone to errors, especially as the complexity of workflows increases. However...

Exploring Apache Airflow

Apache Airflow is known within the data engineering community as the go-to open source platform for “developing, scheduling, and monitoring batch-oriented workflows.” (Apache.org Airflow documentation: https://airflow.apache.org/docs/apache-airflow/stable/index.html)

Apache Airflow has emerged as the go-to open source platform for data orchestration and remains the leader as a result of its active development community. It offers a robust and flexible solution to the challenges of managing complex data workflows. Airflow enables data engineers, data scientists, artificial intelligence (AI)/ML engineering, and MLOps and DevOps professionals to design, schedule, and monitor data pipelines with ease.

The power of Apache Airflow lies in its ability to represent data workflows as directed acyclic graphs (DAGs). This intuitive approach allows users to visualize and understand relationships between tasks, making it easier to create and maintain...

Core concepts of Airflow

Apache Airflow is a dynamic, extensible, and flexible framework that allows for the building of workflows as code. Airflow allows for the definition of these automated workflows as code. This allows for better code versioning, development through CI/CD, easy testing, and extensible components and operators from a thriving community of committers.

Airflow is known for its approach to scheduling tasks and workflows. It can take advantage of CRON scheduling or its built-in scheduling functions. In addition, features such as backfilling, allowing for the rerun of pipelines, allow for going back and updating pipelines if the logic changes. This means it has powerful operational components that need to be accounted for as part of the design.

Following these guidelines will help you lay a foundation for scaling your Airflow deployments and increase the effectiveness of your workflows from both authorship and operational viewpoints.

Why Airflow may not be...

Skills to use Apache Airflow effectively

It isn’t sufficient to just know Airflow; there are other skills that are required and will impact your team’s effectiveness at providing value with Airflow. As you’re reading this book, think about your teams’ skills in the following areas to understand if you need additional support or capabilities to make the most out of your platform:

  • Python: DAGs and plugins are written in Python. As such, in order for Airflow to be effectively adopted, you should be able to write and understand Python code.
  • Application testing: Your company should have relatively mature testing processes and practices in place to ensure that the plugins you write and the DAGs you author can be reasonably expected to function as intended. The team responsible for the health of your Airflow instance(s) and plugins should be able to help teams prepare for upgrades, and the teams responsible for writing workflows should be able to run...

Summary

In this chapter, we spent time learning the basics of what data orchestration is and what problems companies and engineers are facing today. In addition, we introduced Apache Airflow, the leading data orchestration and workflow management tool. We also covered what you can expect over the course of this book. It is important to remember that Apache Airflow requires multiple baseline tools and knowledge areas to be most successful. Although these areas are needed for best use, each is a learnable topic and can be picked up at a quick pace.

At the core of Airflow use is Python code. To be the best data engineer using Airflow, you need to understand the core concepts of Python code and how it will orchestrate your stack of data tools. Taking time to review these core concepts and understand the use cases that are being tackled by Airflow will lead to scalable systems of code and optimization opportunities.

In the next chapter, we will introduce the basics of DAGs and tasks...

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Understand the steps for migrating from Airflow 1.x to 2.x and explore the new features and improvements in version 2.x
  • Learn Apache Airflow workflow authoring through real-world use cases
  • Uncover strategies to operationalize your Airflow instance and pipelines for resilient operations and high throughput
  • Purchase of the print or Kindle book includes a free PDF eBook

Description

Data professionals face the monumental task of managing complex data pipelines, orchestrating workflows across diverse systems, and ensuring scalable, reliable data processing. This definitive guide to mastering Apache Airflow, written by experts in engineering, data strategy, and problem-solving across tech, financial, and life sciences industries, is your key to overcoming these challenges. It covers everything from the basics of Airflow and its core components to advanced topics such as custom plugin development, multi-tenancy, and cloud deployment. Starting with an introduction to data orchestration and the significant updates in Apache Airflow 2.0, this book takes you through the essentials of DAG authoring, managing Airflow components, and connecting to external data sources. Through real-world use cases, you’ll gain practical insights into implementing ETL pipelines and machine learning workflows in your environment. You’ll also learn how to deploy Airflow in cloud environments, tackle operational considerations for scaling, and apply best practices for CI/CD and monitoring. By the end of this book, you’ll be proficient in operating and using Apache Airflow, authoring high-quality workflows in Python for your specific use cases, and making informed decisions crucial for production-ready implementation.

Who is this book for?

This book is for data engineers, developers, IT professionals, and data scientists who want to optimize workflow orchestration with Apache Airflow. It's perfect for those who recognize Airflow’s potential and want to avoid common implementation pitfalls. Whether you’re new to data, an experienced professional, or a manager seeking insights, this guide will support you. A functional understanding of Python, some business experience, and basic DevOps skills are helpful. While prior experience with Airflow is not required, it is beneficial.

What you will learn

  • Explore the new features and improvements in Apache Airflow 2.0
  • Design and build data pipelines using DAGs
  • Implement ETL pipelines, ML workflows, and other advanced use cases
  • Develop and deploy custom plugins and UI extensions
  • Deploy and manage Apache Airflow in cloud environments such as AWS, GCP, and Azure
  • Describe a path for the scaling of your environment over time
  • Apply best practices for monitoring and maintaining Airflow

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Oct 31, 2024
Length: 188 pages
Edition : 1st
Language : English
ISBN-13 : 9781805123750
Vendor :
Apache
Category :
Languages :

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing

Product Details

Publication date : Oct 31, 2024
Length: 188 pages
Edition : 1st
Language : English
ISBN-13 : 9781805123750
Vendor :
Apache
Category :
Languages :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just Mex$85 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just Mex$85 each
Feature tick icon Exclusive print discounts
Banner background image

Table of Contents

19 Chapters
Part 1: Apache Airflow: History, What, and Why Chevron down icon Chevron up icon
Chapter 1: Getting Started with Airflow 2.0 Chevron down icon Chevron up icon
Chapter 2: Core Airflow Concepts Chevron down icon Chevron up icon
Part 2: Airflow Basics Chevron down icon Chevron up icon
Chapter 3: Components of Airflow Chevron down icon Chevron up icon
Chapter 4: Basics of Airflow and DAG Authoring Chevron down icon Chevron up icon
Part 3: Common Use Cases Chevron down icon Chevron up icon
Chapter 5: Connecting to External Sources Chevron down icon Chevron up icon
Chapter 6: Extending Functionality with UI Plugins Chevron down icon Chevron up icon
Chapter 7: Writing and Distributing Custom Providers Chevron down icon Chevron up icon
Chapter 8: Orchestrating a Machine Learning Workflow Chevron down icon Chevron up icon
Chapter 9: Using Airflow as a Driving Service Chevron down icon Chevron up icon
Part 4: Scale with Your Deployed Instance Chevron down icon Chevron up icon
Chapter 10: Airflow Ops: Development and Deployment Chevron down icon Chevron up icon
Chapter 11: Airflow Ops Best Practices: Observation and Monitoring Chevron down icon Chevron up icon
Chapter 12: Multi-Tenancy in Airflow Chevron down icon Chevron up icon
Chapter 13: Migrating Airflow Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is included in a Packt subscription? Chevron down icon Chevron up icon

A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content

How can I cancel my subscription? Chevron down icon Chevron up icon

To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.

What are credits? Chevron down icon Chevron up icon

Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.

What happens if an Early Access Course is cancelled? Chevron down icon Chevron up icon

Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.

Where can I send feedback about an Early Access title? Chevron down icon Chevron up icon

If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team. 

Can I download the code files for Early Access titles? Chevron down icon Chevron up icon

We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.

When we publish the book, the code files will also be available to download from the Packt website.

How accurate is the publication date? Chevron down icon Chevron up icon

The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.

How will I know when new chapters are ready? Chevron down icon Chevron up icon

We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.

I am a Packt subscriber, do I get Early Access? Chevron down icon Chevron up icon

Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.

How is Early Access delivered? Chevron down icon Chevron up icon

Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.

How do I buy Early Access content? Chevron down icon Chevron up icon

Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.

What is Early Access? Chevron down icon Chevron up icon

Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.