Skip to content

Commit

Permalink
Clarify limited write access in BigQuery docs
Browse files Browse the repository at this point in the history
  • Loading branch information
colebow authored and martint committed Jun 22, 2022
1 parent 3b47a34 commit db70c4d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/src/main/sphinx/connector/bigquery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,11 @@ Retrieve all records stored in the partition ``_PARTITIONDATE = '2022-04-07'``::
SQL support
-----------

The connector provides read and write access to data and metadata in
the BigQuery database. In addition to the :ref:`globally available
<sql-globally-available>` and :ref:`read operation <sql-read-operations>`
statements, the connector supports the following features:
The connector provides read and write access to data and metadata in the
BigQuery database, though write access is limited. In addition to the
:ref:`globally available <sql-globally-available>` and
:ref:`read operation <sql-read-operations>` statements, the connector supports
the following features:

* :doc:`/sql/create-table`
* :doc:`/sql/drop-table`
Expand Down

0 comments on commit db70c4d

Please sign in to comment.