We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4de5b8 commit 9fea9deCopy full SHA for 9fea9de
macros/utils/run_queries/agate_to_dicts.sql
@@ -6,7 +6,6 @@
6
{% set rows.data = agate_table.rows %}
7
{% endif %}
8
9
- {% set column_types = agate_table.column_types %}
10
{% set serializable_rows = [] %}
11
{% for agate_row in rows.data %}
12
{% set serializable_row = {} %}
0 commit comments