{% extends "email/base.html" %} {% load posthog_assets %} {% load posthog_filters %} {% block preheader %}Your materialized view failed to sync{% endblock %} {% block heading %}Materialized view '{{ saved_query_name }}' sync failed{% endblock %} {% block section %}
Your materialized view {{ saved_query_name }} failed to sync. Please review the view in the SQL editor to see the error details and take any necessary action.
If the button above doesn't work, paste this link into your browser:
{% absolute_uri '/project' %}/{{ team.id }}/sql?open_view={{ saved_query_id }}
If you can't diagnose the issue, please contact us for help.
{% endblock %} {% block footer %} Need help? Visit support or read our documentation.