mik-laj commented on a change in pull request #4929: [AIRFLOW-4108] Load
autocomplete data asynchronously
URL: https://github.com/apache/airflow/pull/4929#discussion_r266221357
##########
File path: airflow/www/templates/airflow/dags.html
##########
@@ -215,6 +215,7 @@ <h2>DAGs</h2>
<script>
const DAGS_INDEX = "{{ url_for('Airflow.index') }}";
+ const DAGS_AUTOCOMPLETE = "{{ url_for('Airflow.dags_autocomplete') }}";
Review comment:
I know about the existence of an amendment, but this change has not been
accepted yet, so I follow the old way.
https://github.com/apache/airflow/pull/4787/files
Depending on which change will be accepted first, the relevant PR will
update.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services