Skip to content

Commit afa2bd7

Browse files
reludjklukas
authored andcommitted
Update spark.md
1 parent e1b34d5 commit afa2bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/tools/spark.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def get_table(view):
8888
continue
8989
else:
9090
raise ValueError("could not determine partition column")
91-
assert len(job.referenced_tables) == 1
91+
assert len(job.referenced_tables) == 1, "View combines multiple tables"
9292
table = job.referenced_tables[0]
9393
return f"{table.project}:{table.dataset_id}.{table.table_id}"
9494

0 commit comments

Comments
 (0)