Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SQL support section to BigQuery connector #8923

Merged
merged 1 commit into from
Aug 23, 2021
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
16 changes: 15 additions & 1 deletion docs/src/main/sphinx/connector/bigquery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,21 @@ For each Trino table which maps to BigQuery view there exists a system table whi
Given a BigQuery view ``customer_view`` you can send query
``SELECT * customer_view$view_definition`` to see the SQL which defines view in BigQuery.

.. _bigquery-sql-support:

SQL support
-----------

The connector provides read and write access to data and metadata in
ebyhr marked this conversation as resolved.
Show resolved Hide resolved
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:

* :doc:`/sql/create-table`
* :doc:`/sql/drop-table`
* :doc:`/sql/create-schema`
* :doc:`/sql/drop-schema`
Jessie212 marked this conversation as resolved.
Show resolved Hide resolved

FAQ
---

Expand All @@ -184,4 +199,3 @@ What is the Pricing for the Storage API?

See the `BigQuery pricing documentation
<https://cloud.google.com/bigquery/pricing#storage-api>`_.