We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2727faa commit 23340ceCopy full SHA for 23340ce
tests/dbt/test_adapter.py
@@ -37,7 +37,7 @@ def test_adapter_relation(sushi_test_project: Project, runtime_renderer: t.Calla
37
table_name="foo.another", target_columns_to_types={"col": exp.DataType.build("int")}
38
)
39
engine_adapter.create_view(
40
- view_name="foo.bar_view", query_or_df=parse_one("select * from foo.bar")
+ view_name="foo.bar_view", query_or_df=parse_one("select * from foo.bar", into=exp.Query)
41
42
engine_adapter.create_table(
43
table_name="ignored.ignore", target_columns_to_types={"col": exp.DataType.build("int")}
0 commit comments