Skip to content

Commit 18cfdd9

Browse files
authored
rec track sat run count instead of full scan
1 parent d6fc12f commit 18cfdd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/tables/fabric/rec_track_sat.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ WITH
8888
{%- set source_in_target = true -%}
8989

9090
{%- if execute -%}
91-
{%- set rsrc_static_result = run_query(rsrc_static_query_source) -%}
91+
{%- set rsrc_static_result = run_query(rsrc_static_query_source_count) -%}
9292

9393
{%- set row_count = rsrc_static_result.columns[0].values()[0] -%}
9494

0 commit comments

Comments
 (0)