samelamin / spark-bigquery

Google BigQuery support for Spark, Structured Streaming, SQL, and DataFrames with easy Databricks integration.
Apache License 2.0
70 stars 28 forks source link

Document PySpark example #47

Closed streadway closed 6 years ago

streadway commented 6 years ago

Show how to access the enumeration values in the package object from PySpark for saveAsBigQueryTable.

Adds the needed import to make the example runnable.

Includes examples for submitting with packages or spark properties.

Adds comments for the blocks of the example.

Consistent capitalization for variable names.

samelamin commented 6 years ago

Cheers for this :)