Recommendations to others considering Apache Airflow:
As a data analyst who works on creating the pipeline to power dashboards, I would suggest you to go through the documentation of airflow before get your hands dirty. How airflow will behave is sometimes different than expected and reading the documentation is the best way to close those gaps. Review collected by and hosted on G2.com.
What problems is Apache Airflow solving and how is that benefiting you?
We use airflow to run pipelines (building dependency of the tables and schedule the pipelines to run at a specific time). You can use the tool to visualize the dependency to help you understand the workflow as well. Personally as an analyst, I used airflow a lot of build pipelines to customize the workflow (sometimes I need it to integrate with Tableau). Review collected by and hosted on G2.com.