skills/smithery.ai/airflow-3x-migration

airflow-3x-migration

Installation
SKILL.md

Airflow 3.x Skills

Import Path Changes

Operators

# Airflow 2.x
from airflow.operators.python import PythonOperator

# Airflow 3.x
from airflow.providers.standard.operators.python import PythonOperator
from airflow.providers.standard.operators.bash import BashOperator
from airflow.providers.standard.operators.empty import EmptyOperator
Installs
1
First Seen
Apr 19, 2026
airflow-3x-migration from smithery.ai