Skip to content

Commit

Permalink
biq query connector changed
Browse files Browse the repository at this point in the history
  • Loading branch information
lalelisealstad committed Sep 28, 2024
1 parent 22c52b5 commit f6ddae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

def main():
# Path to the BigQuery connector JAR
bigquery_connector_path = 'spark-3.1-bigquery-0.41.0.jar'
bigquery_connector_path = 'gs://spark-lib/bigquery/spark-bigquery-latest.jar'

# Start a PySpark session with BigQuery connector
spark = SparkSession.builder \
Expand Down

0 comments on commit f6ddae8

Please sign in to comment.