Skip to content

Commit

Permalink
Fix to documentation of BigQuery connector.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsvajlenko authored and findepi committed Mar 30, 2020
1 parent 789a305 commit 6176de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presto-docs/src/main/sphinx/connector/bigquery.rst
Expand Up @@ -129,7 +129,7 @@ All configuration properties are optional.
Property Description Default
========================================= ============================================================== ==============================================
``bigquery.project-id`` The Google Cloud Project ID where the data reside Taken from the service account
``bigquery.parent-project`` The project ID Google Cloud Project to bill for the export Taken from the service account
``bigquery.parent-project-id`` The project ID Google Cloud Project to bill for the export Taken from the service account
``bigquery.parallelism`` The number of partitions to split the data into The number of executors
``bigquery.views-enabled`` Enables the connector to read from views and not only tables. ``false``
Please read `this section <#reading-from-views>`_ before
Expand Down

0 comments on commit 6176de1

Please sign in to comment.