Closed clrcrl closed 4 years ago
get_vacuumable_tables
{% macro redshift_maintenance() %} {% if context[ref.config.project_name].get_vacuumable_tables %} {% set vacuumable_tables=context[ref.config.project_name].get_vacuumable_tables() %} {% else %} {% set vacuumable_tables=redshift.get_vacuumable_tables() %} {% endif %} {% for table in vacuumable_tables %} ... {% endfor %} {% endmacro %}
Closed by #25
get_vacuumable_tables
macro, otherwise, use the default implementation