This is an automated email from the ASF dual-hosted git repository.

brycemecum pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 0fd06fa1b docs: add very basic bigquery drivers page (#3452)
0fd06fa1b is described below

commit 0fd06fa1bc9bf96844e9c7e1575d31af6be2d69d
Author: Bryce Mecum <petrid...@gmail.com>
AuthorDate: Sat Sep 20 11:02:45 2025 -0700

    docs: add very basic bigquery drivers page (#3452)
    
    Closes https://github.com/apache/arrow-adbc/issues/3432
---
 docs/source/driver/bigquery.rst | 54 +++++++++++++++++++++++++++++++++++++++++
 docs/source/index.rst           |  1 +
 2 files changed, 55 insertions(+)

diff --git a/docs/source/driver/bigquery.rst b/docs/source/driver/bigquery.rst
new file mode 100644
index 000000000..7b39960b6
--- /dev/null
+++ b/docs/source/driver/bigquery.rst
@@ -0,0 +1,54 @@
+.. Licensed to the Apache Software Foundation (ASF) under one
+.. or more contributor license agreements.  See the NOTICE file
+.. distributed with this work for additional information
+.. regarding copyright ownership.  The ASF licenses this file
+.. to you under the Apache License, Version 2.0 (the
+.. "License"); you may not use this file except in compliance
+.. with the License.  You may obtain a copy of the License at
+..
+..   http://www.apache.org/licenses/LICENSE-2.0
+..
+.. Unless required by applicable law or agreed to in writing,
+.. software distributed under the License is distributed on an
+.. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+.. KIND, either express or implied.  See the License for the
+.. specific language governing permissions and limitations
+.. under the License.
+
+================
+BigQuery Support
+================
+
+.. adbc_driver_status:: ../../../c/driver/bigquery/README.md
+.. adbc_driver_status:: ../../../csharp/src/Drivers/BigQuery/README.md
+
+There are two official BigQuery drivers in development:
+
+- C# (Beta): Available as a `NuGet package 
<https://www.nuget.org/packages/Apache.Arrow.Adbc.Drivers.BigQuery>`__
+- Go (Experimental): Available on conda-forge (`adbc-driver-bigquery 
<https://anaconda.org/conda-forge/adbc-driver-bigquery>`__, 
`libadbc-driver-bigquery 
<https://anaconda.org/conda-forge/libadbc-driver-bigquery>`__), `PyPI 
<https://pypi.org/project/adbc-driver-bigquery/>`__, and `R-multiverse 
<https://community.r-multiverse.org/adbcbigquery/>`__
+
+C# BigQuery Driver
+==================
+
+Installation
+~~~~~~~~~~~~
+
+.. adbc_driver_installation:: ../../../csharp/src/Drivers/BigQuery/README.md
+
+More Information
+~~~~~~~~~~~~~~~~
+
+For more information about this driver, please see the `README 
<https://github.com/apache/arrow-adbc/blob/main/csharp/src/Drivers/BigQuery/readme.md>`__.
+
+Go BigQuery Driver
+==================
+
+Installation
+~~~~~~~~~~~~
+
+.. adbc_driver_installation:: ../../../c/driver/bigquery/README.md
+
+More Information
+~~~~~~~~~~~~~~~~
+
+For more information about this driver, please see the `README 
<https://github.com/apache/arrow-adbc/blob/main/c/driver/bigquery/README.md>`__ 
and this `tracking issue <https://github.com/apache/arrow-adbc/issues/1974>`__.
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 408bd44ad..80ecb7519 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -238,6 +238,7 @@ Why ADBC?
 
    driver/installation
    driver/status
+   driver/bigquery
    driver/duckdb
    driver/flight_sql
    driver/jdbc

Reply via email to