Skip to content

Commit bf18a4a

Browse files
committed
Update src/tools/spark.md
1 parent afa2bd7 commit bf18a4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/spark.md

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ from google.cloud import bigquery
7474

7575

7676
def get_table(view):
77+
"""Helper for determining what table underlies a user-facing view, since the Storage API can't read views."""
7778
bq = bigquery.Client()
7879
view = view.replace(":", ".")
7980
# partition filter is required, so try a couple options

0 commit comments

Comments
 (0)