Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Comment thread
colebow marked this conversation as resolved.
Outdated
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`
Comment thread
colebow marked this conversation as resolved.
Outdated
Expand Down