We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c143dac commit 3d50e32Copy full SHA for 3d50e32
examples/multi/repo_1/config.yaml
@@ -1,4 +1,4 @@
1
-project: a
+project: repo_1
2
3
connections:
4
local:
tests/core/test_integration.py
@@ -633,7 +633,7 @@ def test_multi(mocker):
633
assert len(plan.new_snapshots) == 4
634
context.apply(plan)
635
636
- context = Context(paths=["examples/multi/repo_1"])
+ context = Context(paths=["examples/multi/repo_1"], engine_adapter=context.engine_adapter)
637
model = context.models["bronze.a"]
638
model.query.select("'c' AS c", copy=False)
639
plan = context.plan()
0 commit comments