uranusjr commented on a change in pull request #18953:
URL: https://github.com/apache/airflow/pull/18953#discussion_r729094722
##########
File path: airflow/www/templates/airflow/dags.html
##########
@@ -51,6 +51,14 @@
{% for m in dashboard_alerts %}
{{ message(m.message, m.category) }}
{% endfor %}
+ {% for original_table_name, moved_table_name in migration_moved_data_alerts
%}
+ {% call message(category='error', dismissable=false) %}
+ Airflow found incompatible data in the <code>{{ original_table_name
}}</code> table in the
+ metadatabase, and have moved them to <code>{{ moved_table_name }}</code>
during migration to
+ perform version upgrade. Please inspect the moved data to decide whether
you need to keep them,
Review comment:
I wasn't so sure about my own wording, this is nice.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]