MCPcopy
hub / github.com/apache/airflow / info

Function info

airflow/www/api/experimental/endpoints.py:177–179  ·  view source on GitHub ↗

Get Airflow Version

()

Source from the content-addressed store, hash-verified

175@api_experimental.route('/info', methods=['GET'])
176@requires_authentication
177def info():
178 """Get Airflow Version"""
179 return jsonify(version=version)
180
181
182@api_experimental.route('/dags/<string:dag_id>/code', methods=['GET'])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected