Get Airflow Version
()
| 175 | @api_experimental.route('/info', methods=['GET']) |
| 176 | @requires_authentication |
| 177 | def info(): |
| 178 | """Get Airflow Version""" |
| 179 | return jsonify(version=version) |
| 180 | |
| 181 | |
| 182 | @api_experimental.route('/dags/<string:dag_id>/code', methods=['GET']) |
nothing calls this directly
no outgoing calls
no test coverage detected