get_airflow_version
Retrieve the current Apache Airflow version to check compatibility, verify features, and troubleshoot system issues.
Instructions
Get version information for the Airflow instance.
Use this tool when the user asks about:
"What version of Airflow is running?" or "Show me the Airflow version"
"What's the Airflow version?" or "Which Airflow release is this?"
"What version is installed?" or "Check Airflow version"
"Is this Airflow 2 or 3?" or "What's the version number?"
Returns version information including:
version: The Airflow version string (e.g., "2.8.0", "3.0.0")
git_version: Git commit hash if available
This is useful for:
Determining API compatibility
Checking if features are available in this version
Troubleshooting version-specific issues
Verifying upgrade success
Returns: JSON with Airflow version information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||