There was an error while loading. Please reload this page.
1 parent 08f3f3b commit b795506Copy full SHA for b795506
1 file changed
api/queries.py
@@ -11,6 +11,7 @@ def _map_changes_expr(alias: str = "st") -> str:
11
{alias}.rels_created + {alias}.rels_modified + {alias}.rels_deleted
12
"""
13
14
+
15
_TAG_CTES = """,
16
tag_agg AS (
17
SELECT
0 commit comments