Generates an adapter layer that detects which Airflow version is running and routes API calls to the right method—no if-statements scattered through your codebase.
Best for: Engineers maintaining Airflow DAGs or plugins that need to run on both v2 and v3.
Creator's repository · astronomer/agents
License: Apache-2.0