From 2fe6b70b4b4a5179686b450b5c715c49384bcf7f Mon Sep 17 00:00:00 2001 From: Ashhar Hasan Date: Thu, 11 Nov 2021 13:07:59 +0530 Subject: [PATCH] Reorder BigQuery view support caveats in docs --- docs/src/main/sphinx/connector/bigquery.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/sphinx/connector/bigquery.rst b/docs/src/main/sphinx/connector/bigquery.rst index 9b40242441b0..ad7aeb7db17f 100644 --- a/docs/src/main/sphinx/connector/bigquery.rst +++ b/docs/src/main/sphinx/connector/bigquery.rst @@ -109,6 +109,8 @@ The connector has a preliminary support for reading from `BigQuery views `_. 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. @@ -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 ^^^^^^^^^^^^^^^^^^^^^^^^