{% extends base_template %} {% block head_js %} {{ super() }} {% endblock %} {% block head_css %} {{ super() }} {% endblock %} {% block page_title %} Aeroscope Plugin {% endblock %} {% block content %} {% from "aeroscope/formhelper.html" import render_field %}

Aeroscope

This is a utility for running Telescope on a single Airflow instance. You can read more about Telescope here.
The pre-signed URL field is optional and is to be supplied by an Astronomer Representative.
If the pre-signed URL is used, the results of the Telescope Report is shipped to Astronomer.

{{ render_field(form.organization) }} {{ render_field(form.presigned_url) }}

{% endblock %}