How-to Guides¶
Setting up the sandbox in the Quick Start section was easy; building a production-grade environment requires a bit more work!
These how-to guides will step you through common tasks in using and configuring an Airflow environment.
- Add tags to DAGs and use it for filtering in the UI
- Setting Configuration Options
- Set up a Database Backend
- Using Operators
- Customizing DAG Scheduling with Timetables
- Customizing the UI
- Creating a custom Operator
- Creating Custom
@task
Decorators - (Optional) Adding IDE auto-completion support
- Managing Connections
- Managing Variables
- Running Airflow behind a reverse proxy
- Running Airflow with systemd
- Using the Test Mode Configuration
- Define an operator extra link
- Email Configuration