{% if error is not none %} {% elif table_results is not none %}

Results

{{ table_results.num_rows }} rows returned{% if table_results.truncated %} (truncated){% endif %}
Query execution time: {{ table_results.execution_time_ms | round(2) }}ms

{% for column in table_results.column_names %} {% endfor %}
{{ column }}
{% endif %}