We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b696c commit 3e41608Copy full SHA for 3e41608
google/cloud/dataproc_spark_connect/session.py
@@ -721,8 +721,6 @@ def _get_dataproc_config(self):
721
# Merge default configs with existing properties,
722
# user configs take precedence
723
for k, v in {
724
- "spark.datasource.bigquery.viewsEnabled": "true",
725
- "spark.datasource.bigquery.writeMethod": "direct",
726
"spark.sql.catalog.spark_catalog": "com.google.cloud.spark.bigquery.BigQuerySparkSessionCatalog",
727
"spark.sql.sources.default": "bigquery",
728
}.items():
0 commit comments