We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa2bd7 commit bf18a4aCopy full SHA for bf18a4a
src/tools/spark.md
@@ -74,6 +74,7 @@ from google.cloud import bigquery
74
75
76
def get_table(view):
77
+ """Helper for determining what table underlies a user-facing view, since the Storage API can't read views."""
78
bq = bigquery.Client()
79
view = view.replace(":", ".")
80
# partition filter is required, so try a couple options
0 commit comments