Skip to content

Commit da156c4

Browse files
Fix Dremio: rename 'result' CTE to 'volume_result' (reserved keyword)
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
1 parent c858993 commit da156c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

macros/edr/tests/test_volume_threshold.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
left join previous_bucket prev_b on 1 = 1
235235
),
236236

237-
result as (
237+
volume_result as (
238238
select
239239
*,
240240
case
@@ -292,6 +292,6 @@
292292
]
293293
)
294294
}} as result_description
295-
from result
295+
from volume_result
296296

297297
{% endmacro %}

0 commit comments

Comments
 (0)