Skip to content

Commit 5d572b2

Browse files
committed
changed
1 parent c1c0b4d commit 5d572b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paracelsus/graph.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def resolve_included_tables(
9494
f"Some tables to include ({non_existent_tables}) don't exist"
9595
"withinthe found tables ({all_tables})."
9696
)
97-
return include_tables
97+
return included
9898
case _:
9999
raise ValueError(
100100
f"Only one or none of include_tables ({include_tables}) or exclude_tables"

0 commit comments

Comments
 (0)