Skip to content

Commit 23340ce

Browse files
committed
mypy
1 parent 2727faa commit 23340ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dbt/test_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_adapter_relation(sushi_test_project: Project, runtime_renderer: t.Calla
3737
table_name="foo.another", target_columns_to_types={"col": exp.DataType.build("int")}
3838
)
3939
engine_adapter.create_view(
40-
view_name="foo.bar_view", query_or_df=parse_one("select * from foo.bar")
40+
view_name="foo.bar_view", query_or_df=parse_one("select * from foo.bar", into=exp.Query)
4141
)
4242
engine_adapter.create_table(
4343
table_name="ignored.ignore", target_columns_to_types={"col": exp.DataType.build("int")}

0 commit comments

Comments
 (0)