Skip to content

Commit d93b089

Browse files
committed
add nolock in test with information schema
1 parent e81f138 commit d93b089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/functional/adapter/test_sources.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"""
3030

3131
select_from_source_regular = """
32-
select * from {{ source("regular", "VIEWS") }}
32+
select * from {{ source("regular", "VIEWS") }} with (nolock)
3333
"""
3434

3535
select_from_source_space_in_name = """
36-
select * from {{ source("space in name", "VIEWS") }}
36+
select * from {{ source("space in name", "VIEWS") }} with (nolock)
3737
"""
3838

3939

0 commit comments

Comments
 (0)