spark-bigquery-connector
spark-bigquery-connector copied to clipboard
How to run bigquery parameterized query in pyspark
Hi community, how do we run parameterized bigquery in pyspark using spark.read.format('bigquery')
?
Reference: https://cloud.google.com/bigquery/docs/parameterized-queries PS: We don't want to use pandas-gbq due to it's slow performance.
Thanks for the suggestion, we will add it to the roadmap