# How to use Airflow with Trino

DevFeed: [How to use Airflow with Trino](<https://devfeed.tech/articles/how-to-use-airflow-with-trino-8679.md>)

Original publisher: [Read original article](<https://trino.io/blog/2022/07/13/how-to-use-airflow-to-schedule-trino-jobs.html>)

Author: Willie Valdez

Published: 2022-07-13T00:00:00Z

Content type: tutorial

Language: en

Sources: [Trino Blog](<https://devfeed.tech/sources/trino-blog.md>)

Topics: [airflow](<https://devfeed.tech/topics/airflow.md>), [Docker Compose](<https://devfeed.tech/topics/docker-compose.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [airflow](<https://devfeed.tech/tags/airflow.md>), [browser](<https://devfeed.tech/tags/browser.md>), [compose](<https://devfeed.tech/tags/compose.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [docker](<https://devfeed.tech/tags/docker.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

## AI overview

This tutorial explains how to use Apache Airflow to schedule and run Trino data pipelines. It covers running Airflow with Docker Compose, installing the TrinoHook, creating a Trino connection through the Airflow web UI, deploying a TrinoOperator, and deploying DAGs. The supplied text ends during the connection-testing section.

## Source excerpt

The recent addition of the fault-tolerant execution architecture, delivered to Trino by Project Tardigrade, makes the use of Trino for running your ETL workloads an even more compelling alternative than ever before. We've set up a demo environment for you to easily give it a try in Starburst Galaxy.