Skip to content

Commit

Permalink
Document BigQuery proxy configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hashhar committed May 26, 2023
1 parent f1dcd99 commit e2e3d76
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/src/main/sphinx/connector/bigquery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,18 @@ Property Description
from BigQuery.
Please read this `section <#arrow-serialization-support>`_
before enabling this feature.
``bigquery.rpc-proxy.uri`` Proxy URI to use if connecting through a proxy.
``bigquery.rpc-proxy.username`` Proxy user name to use if connecting through a proxy.
``bigquery.rpc-proxy.password`` Proxy password to use if connecting through a proxy.
``bigquery.rpc-proxy.keystore-path`` Keystore containing client certificates to present to proxy if
connecting through a proxy. Only required if proxy uses
mutual TLS.
``bigquery.rpc-proxy.keystore-password`` Password of the keystore specified by
``bigquery.rpc-proxy.keystore-path``.
``bigquery.rpc-proxy.truststore-path`` Truststore containing certificates of the proxy server if
connecting through a proxy.
``bigquery.rpc-proxy.truststore-password`` Password of the truststore specified by
``bigquery.rpc-proxy.truststore-path``.
===================================================== ============================================================== ======================================================

.. _bigquery-type-mapping:
Expand Down

0 comments on commit e2e3d76

Please sign in to comment.