Skip to content

Commit

Permalink
restrict to just insert steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Feb 22, 2024
1 parent a711c92 commit bf93af1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
on ns.oid = c.relnamespace
join sys_query_detail qd
on qd.table_id = c.oid
where qd.step_name in ('insert', 'merge', 'mergejoin')
where qd.step_name = 'insert'
and (
{%- for relation in relations -%}
(
Expand Down

0 comments on commit bf93af1

Please sign in to comment.