Skip to content

Commit

Permalink
Reorder BigQuery view support caveats in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hashhar committed Nov 22, 2021
1 parent c973251 commit 2fe6b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/sphinx/connector/bigquery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ The connector has a preliminary support for reading from `BigQuery views
<https://cloud.google.com/bigquery/docs/views-intro>`_. Please note there are
a few caveats:

* Reading from views is disabled by default. In order to enable it, set the
``bigquery.views-enabled`` configuration property to ``true``.
* BigQuery views are not materialized by default, which means that the
connector needs to materialize them before it can read them. This process
affects the read performance.
Expand All @@ -118,8 +120,6 @@ a few caveats:
and ``bigquery.view-materialization-dataset`` properties, respectively. The
service account must have write permission to the project and the dataset in
order to materialize the view.
* Reading from views is disabled by default. In order to enable it, set the
``bigquery.views-enabled`` configuration property to ``true``.

Configuration properties
^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 2fe6b70

Please sign in to comment.