Airflow Aggua API Plugin
Documentation
Versions
- Airflow Version: {{airflow_version}}
- Airflow Aggua API Plugin Version: {{plugin_version}}
DAGs
DAG ID | Is Active |
---|---|
{{dag.dag_id}} | {{dag.is_active}} |
Dags not found!! |
API Directory
Click on one of the endpoint name below to jump to the API form
-
{% for api_metadata in apis_metadata %}
- {{api_metadata.name}} {% endfor %}
APIs
{% for api_metadata in apis_metadata %}{{api_metadata.name}}
Description:
- {{api_metadata.description}}.
HTTP Method:
- {{api_metadata.http_method}}
Endpoint:
- {{airflow_webserver_base_url}}{{api_endpoint}}{{api_metadata.name}} {%- if api_metadata.http_method != 'POST' -%} {%- for argument in api_metadata.arguments -%} {%- if loop.index0 == 0 -%} ?{{argument.name}} {%- else -%} &{{argument.name}} {%- endif -%} {%- if argument.form_input_type != 'checkbox' -%} =value {%- endif -%} {%- endfor -%} {%- endif -%}
Content-Encoding:
- {{api_metadata.form_enctype}}
Arguments:
{% endfor %}