{% extends "airflow/master.html" %}
{% block title %}Airflow - REST API Plugin{% endblock %}
{% block head_css %}
{{ super() }}
{% endblock %}
{% block body %}
{% if rbac_authentication_enabled %}
{% block navbar %}
DAG ID | Is Active |
---|---|
{{dag.dag_id}} | {{dag.is_active}} |
Click on one of the links bellow to jump to the API form