Try our new research platform with insights from 80,000+ expert users
reviewer1539081 - PeerSpot reviewer
Senior Software Engineer at a pharma/biotech company with 1,001-5,000 employees
Real User
Feature rich, open-source, and good for building data pipelines
Pros and Cons
  • "I like the UI rework, it's much easier."
  • "I would like to see it more friendly for other use cases."

What is our primary use case?

I'm a data engineer. In the past, I used Airflow for building data pipelines and to populate data warehouses. With my current company, it's a data product or datasets that we sell to biopharma companies.

We are using those pipelines to generate those datasets.

What is most valuable?

I like the UI rework, it's much easier.

I use XCom for derived variables that need to pass between tasks. I don't really tend to use it for passing data, but only for a derived variable. For example, I don't have to re-query something every time, with one-task uses. I use the JSON comp for overwriting certain parameters.

In our use cases, some of the inputs of the dataset are files that we pulled out of S3. Sometimes they need to re-do those files, but we don't need to change any logic, we just need to redo the bills. Rather than redeploying the code to point to a new S3 bucket, we overwrite it to point to a different S3 key.

I have read that there are many different workflow pipelining tools in the biotech space, such as Snakemake and Nextflow.

There is also a CWL plugin that we may look into at some point. 

Eventually, we might have a use case where a researcher has a pipeline they run locally, and then we want to convert that to a DAG. 

The CWL-Airflow plugin would be useful for that. This might be something to look into later. But that would be like months, or maybe a year from now.

What needs improvement?

I am using a Celery Executor and I find that it crashes and I can't see any logs. I can only assume that it's a memory issue and have to blindly restart until eventually, it starts up again.

One of the use cases is triggered by input rather than a batch process. For example, we receive a batch of data, it goes through tasks one, two, and three, and a new batch comes in, each subsequent task should be operating on just that data from the prior task.

I am used to working on it as the output gets written to a table and then the next task selects all from that upstream table. It could be coded where you are only writing the data for that portion of the task. It could handle state machines and state changes as opposed to the batch proxy.

I would like to see it more friendly for other use cases.

For how long have I used the solution?

In my current company, I just introduced it within the last couple of months. But I've used it at my prior two jobs as well.

We are using Version 2.0.1.

Buyer's Guide
Apache Airflow
March 2025
Learn what your peers think about Apache Airflow. Get advice and tips from experienced pros sharing their opinions. Updated: March 2025.
839,422 professionals have used our research since 2012.

What's my experience with pricing, setup cost, and licensing?

We are using the open-source version of Apache Airflow.

What other advice do I have?

I usually create my own custom operators every time. We upgraded to 2.0, but I am not using any of the new features. 

I haven't yet used DAG of DAGs or the new way of using Python functions in the Python operator yet. But we might use DAG of DAGs eventually.

I Love this solution and I would rate it a nine out of ten.

Which deployment model are you using for this solution?

Private Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Lead of Monitoring Tech at a educational organization with 1,001-5,000 employees
Real User
Top 20
A good tool for managing data pipelines
Pros and Cons
  • "Since Apache works very well on Python, we can manage everything and create pipelines there."
  • "Adding more automated components in Apache Airflow for basic things like exporting the data would be helpful."

What is our primary use case?

We use Apache Airflow to send our data to a third-party system.

What is most valuable?

We are already on Python. Since Apache works very well on Python, we can manage everything and create pipelines there.

What needs improvement?

Adding more automated components in Apache Airflow for basic things like exporting the data would be helpful. Apache Airflow is not that easy to use, but we have gotten used to it.

For how long have I used the solution?

I have been using Apache Airflow for three years.

What do I think about the stability of the solution?

Apache Airflow is a stable solution.

What do I think about the scalability of the solution?

Apache Airflow is not a scalable solution for our use cases. We have a very huge list of use cases. Over 10 developers use Apache Airflow in our organization.

How are customer service and support?

Apache Airflow's technical support team is good and provides assistance almost 90% of the time.

How was the initial setup?

Apache Airflow's initial setup is easy. It's not that difficult, but it has a learning curve.

What's my experience with pricing, setup cost, and licensing?

Apache Airflow is a cheap solution.

What other advice do I have?

Depending on your use case, if you are looking for a quick solution to work on and know Python, you should go ahead with Apache Airflow.

Apache Airflow is a good enough tool for managing data pipelines. However, the solution is not up to the mark as you scale up and go at the higher performance. Apache Airflow has introduced the DAG connector for managing data pipelines.

Overall, I rate Apache Airflow an eight out of ten.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Buyer's Guide
Apache Airflow
March 2025
Learn what your peers think about Apache Airflow. Get advice and tips from experienced pros sharing their opinions. Updated: March 2025.
839,422 professionals have used our research since 2012.
VenugopalKathirvel - PeerSpot reviewer
Senior Member Of Technical Staff, Engineering Operations at VMware
Real User
Flexible open-source solution
Pros and Cons
  • "Apache Airflow's best feature is its flexibility."
  • "Apache Airflow could be improved with the addition of more frameworks."

What is most valuable?

Apache Airflow's best feature is its flexibility.

What needs improvement?

Apache Airflow could be improved with the addition of more frameworks.

For how long have I used the solution?

I've been using Apache Airflow for four years.

What do I think about the stability of the solution?

Apache Airflow is stable.

What do I think about the scalability of the solution?

Apache Airflow is scalable.

How was the initial setup?

The initial setup was very easy.

What about the implementation team?

We used an in-house team.

What's my experience with pricing, setup cost, and licensing?

Apache Airflow is open-source and free of charge.

What other advice do I have?

I would rate Apache Airflow eight out of ten.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Solution Architect at EPAM Systems
Real User
Top 5Leaderboard
Simple to automate using Python, but code does not cover all data warehousing tasks
Pros and Cons
  • "This is a simple tool to automate using Python."
  • "We need to develop our workflow description and notations because out of the box, Apache Airflow does not provide some features that are needed."

What is our primary use case?

The primary use case for this solution is to automate ETL process for datawarehouse.

What is most valuable?

The most valuable feature is the UI, for automation.One can monitor all ETL processes in single screen. Complex workflows are shown as DAGs SVG images.

This is a simple tool to automate using Python.

What needs improvement?

There are some drawbacks to this solution. The code does not cover all tasks in the data warehouse automation process.  Currently , in production, we have a large installation with a complex workflow that includes hundreds of tasks. Most of them are dispatched by existing engine, but not all.
For example, sometimes we need to create cycles in our workflow but we are not able to, because Airflow supports only Direct Acyclic Graphs ( DAGs )

We need to develop our workflow description and notations because out of the box, Apache Airflow does not provide some features that are needed. It is our understanding that it is limited by design.

We will wait for the latest 2.0 version, as it is awaited to be much more mature than the 1.8-1.10 version. We believe that it will be better.

There should be some improvement made to the Doc Management features from within the UI. They should think about Outlook integration, which should be out of the box, and the object model should be expanded to support cyclic graphs inside the workflow.

For how long have I used the solution?

We have been using this solution for eighteen months.

What do I think about the stability of the solution?

This solution is not very stable. There are a number of configurations issues.

What do I think about the scalability of the solution?

This solution is scalable. We use this solution in a single node, but it is possible to have a  cluster of workers.

It can be used for one or two thousand related tasks and should be done in a cluster configuration. 

We don't use a cluster, rather we only use single nodes. It is sufficient for our tasks. Tasks are long and the parallelism is limited by the database engine, and not by the workflow engine. 

We would like to evaluate clusters in the future.

We are using the Cron Task scheduling feature for Apache Airflow. Users can configure the Apache Airflow themselves. There are up to ten users that can configure Apache Airflow.

This is a part of the wage solution, and it is the initial point of the wage slot process. The wage solution has hundreds of users.

How are customer service and technical support?

We don't use any paid technical support, as it is an open-source solution. We have used Stack Overflow and other open information sources, but we know that some companies provide technical support. 

As we have studied their solutions that are available on the internet, it is my understanding, that, we are on a pretty high level and could provide commercial support ourselves. 

We don't use any support from commercial companies, but some very useful recent solutions we could extract from Apache Airflow GitHub, as an example.  

Which solution did I use previously and why did I switch?

Previously, we used Control-M for a short period. It was a solution used by our customers, and we needed to understand their difficulties and the results. 

For low to middle scaled tasks, Apache Airflow could be a substitute for Control-M

How was the initial setup?

The deployment model we used was through a private cloud. It was a private installation on Google Cloud.

What about the implementation team?

In-house team.

What was our ROI?

It 's measured jut now. Precise data is awaited in 3..4 months. First conclusion - positive ROI

What's my experience with pricing, setup cost, and licensing?

There are no costs associated with this solution. Apache Airflow is a free solution that can be downloaded and ready for use at any moment.

Which other solutions did I evaluate?

Our tasks can be automated by simple Jenkins, but our customer wanted to implement it on Apache Airflow. This was a solution used by our customer.

Apache Airflow is mainstream and everyone wants to use it. Google provides Apache Airflow as part of the Cloud services.

What other advice do I have?

My advice would be to use this solution for simple tasks. 

They should have a Python expert for features that are not available out of the box, as it is not enough. 

It could be a good solution for enterprise workflow automation and solutions like Control-M within the next two to three years.

We are happy and satisfied with this solution, but not fully satisfied, as this solution has some positive and negative aspects.

I would rate this solution a seven out of ten.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Luiz Cesar Gosi - PeerSpot reviewer
Senior Analytics Engineer at TalkDesk
Real User
Top 5Leaderboard
A useful tool for data orchestration and collecting information
Pros and Cons
  • "The solution's UI allows me to collect all the information and see the code lines."
  • "I have some issues with the solution's communication."

What is our primary use case?

We use Apache Airflow for data orchestration.

What is most valuable?

Apache Airflow is a pretty useful tool for collecting information. Apache Airflow is a pretty easy solution that can be used with Python. The solution's UI allows me to collect all the information and see the code lines.

What needs improvement?

I have some issues with the solution's communication. The solution uses the same database or data set. Sometimes, we consume the same data and send it to a different place when doing a different DAG. When using the UI, I want to see that we use the same data set more than once.

For how long have I used the solution?

I have been using Apache Airflow for five years.

What do I think about the stability of the solution?

I rate Apache Airflow a seven out of ten for stability.

What do I think about the scalability of the solution?

I rate Apache Airflow an eight out of ten for scalability. Around 400 users are using the solution in our organization.

Which solution did I use previously and why did I switch?

I previously used Control-M and some AWS and Google Cloud Platform tools.

How was the initial setup?

Apache Airflow's initial setup is pretty straightforward. Apache Airflow is quite intuitive to set up and create DAGs.

What about the implementation team?

It takes around two days to deploy Apache Airflow. A DAG can be created in just a few hours.

What other advice do I have?

Apache Airflow is deployed on-cloud in our organization.

Overall, I rate Apache Airflow a nine out of ten.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Fadi Bathish - PeerSpot reviewer
Project Manager at Siren Analytics
Real User
Very stable, easy to learn, and quite configurable
Pros and Cons
  • "The solution is quite configurable so it is easy to code within a configuration kind of environment."
  • "The dashboards could be enhanced."

What is our primary use case?

We use this solution to monitor BD tasks.

What is most valuable?

The solution is quite configurable so it is easy to code within a configuration kind of environment. 

The ease of learning and using the solution is quite good. The learning curve is low so new users can learn in a short period of time in comparison to other products. 

What needs improvement?

The following should be improved:

  • Dashboards
  • Security
  • Telemetry for logging, monitoring, and alerting purposes
  • Documentation 

For how long have I used the solution?

I have used the solution for six months. 

What do I think about the stability of the solution?

The solution is 99% stable. We have a few glitches here and there but have been able to fix them. 

What do I think about the scalability of the solution?

The solution is quite scalable. You can grow in terms of users and environment. You can grow to multi-server applications. You can use the solution on desktops, mobile, or other devices. 

How are customer service and support?

We have an internal tech support team so have not needed support from the vendor. 

How was the initial setup?

The setup is straightforward. The time for deployment depends on the environment and user base.

What about the implementation team?

We implement the solution in-house. We have one implementation with 60 users and another with 75 users. 

We have a tech support team that consists of ten engineers who support implementations. They follow up on issues that might arise during the process automation or implementation of the workflow itself. 

For example, our tech support team will resolve a workflow that gets stuck during the MDM workflow engine. The tech team has the knowledge base to resolve any of these issues. 

What's my experience with pricing, setup cost, and licensing?

The solution is open source.

What other advice do I have?

I do not have exposure to use cases for large organizations with a huge user environment, so I cannot speak to the solution's effectiveness in these scenarios. 

I rate the solution an eight out of ten. 

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Anandhavelu Arumugam - PeerSpot reviewer
Technical Lead at a media company with 5,001-10,000 employees
Real User
Useful for scheduling purposes but should include no-code capabilities
Pros and Cons
  • "It's stable."
  • "I would like to see some no-code capabilities and drag and drop abilities in Airflow."

What is our primary use case?

I use this solution for scheduling purposes. We have our own Python framework to run jobs, do the extractions, and for transformation loading.

We have 20 people who are using Airflow. It's being used on a daily basis. We don't have any plans to increase usage because we have low data sets.

The solution is deployed on cloud. The cloud provider is Azure.

What needs improvement?

Everything is in the Python framework now. I would like to see some no-code capabilities and drag and drop abilities in Airflow.

We're expecting a few more improvements in the log generator. Currently, it's very clumsy.

For how long have I used the solution?

I have used Apache Airflow for three years.

What do I think about the stability of the solution?

It's stable.

What do I think about the scalability of the solution?

It's scalable. So far, we haven't needed more scalability because it's totally controlled by administrators.

Which solution did I use previously and why did I switch?

The only difference between Apache Airflow and BPM software is the pricing.

How was the initial setup?

Setup is about medium difficulty. You need to have some prior knowledge and experience with docker containers and AKS.

What's my experience with pricing, setup cost, and licensing?

It's open-source.

What other advice do I have?

I would rate this solution as seven out of ten.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Microsoft Azure
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Mahendra Prajapati - PeerSpot reviewer
Senior Data Analytics at a media company with 1,001-5,000 employees
Real User
A customizable solution, but the integration process could be simplified
Pros and Cons
  • "The best feature is the customization."
  • "The solution could be improved by simplifying the integration process."

What is our primary use case?

Our primary use case for this solution is scheduling task rates. We capture the data from the SQL Server location and migrate it to the central data warehouse.

What is most valuable?

The best feature is the customization that can be done using Python. For example, there are use cases where we have to tweak the algorithm and with Apache Script Rate, we have extra functionality that helps to change the underlying process. We can define our algorithms and processes using Python.

What needs improvement?

The solution could be improved by simplifying the integration process and providing access to its support team to guide integration.

For how long have I used the solution?

We have been using this solution for two months and it is deployed on-premises.

What do I think about the stability of the solution?

The solution is stable but primarily depends on the support team and how they manage it.

What do I think about the scalability of the solution?

Apache Airflow is scalable. Approximately 20 people use this solution on my team.

How are customer service and support?

We haven't had any experience with customer service and support.

Which solution did I use previously and why did I switch?

Previously, we were using SQL server integration tools and integration service SSIS packages. We had project orders and wanted to migrate everything as it was an open source rate and no license was required. We switched to Apache Flow because we are trying to migrate all the projects developed in SSIS using Python.

How was the initial setup?

The initial setup was straightforward. However, if a script is written, it takes four to five minutes to set up.

What's my experience with pricing, setup cost, and licensing?

Apache Airflow is open source, so I cannot comment on licensing costs.

Which other solutions did I evaluate?

We chose this solution because it was suitable for our business needs.

What other advice do I have?

I rate this solution a seven out of ten. My advice to new users is to have good proficiency with Python language. The solution is good but can be improved by simplifying its integration process.

Which deployment model are you using for this solution?

On-premises
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Buyer's Guide
Download our free Apache Airflow Report and get advice and tips from experienced pros sharing their opinions.
Updated: March 2025
Buyer's Guide
Download our free Apache Airflow Report and get advice and tips from experienced pros sharing their opinions.