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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9f722fb  publish documentation
9f722fb is described below

commit 9f722fb8bdb534f99ec79369ba7d778d50ec3412
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 7 13:52:39 2023 +0000

    publish documentation
---
 main/_sources/driver/go/flight_sql.rst.txt | 2 +-
 main/driver/go/flight_sql.html             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/_sources/driver/go/flight_sql.rst.txt 
b/main/_sources/driver/go/flight_sql.rst.txt
index bc90a8a..a54f371 100644
--- a/main/_sources/driver/go/flight_sql.rst.txt
+++ b/main/_sources/driver/go/flight_sql.rst.txt
@@ -92,7 +92,7 @@ few optional authentication schemes:
 
   Set the options ``username`` and ``password`` on the
   :cpp:class:`AdbcDatabase`.  Alternatively, set the option
-  ``arrow.flight.sql.authorization_header`` for full control.
+  ``adbc.flight.sql.authorization_header`` for full control.
 
   The client provides credentials sending an ``authorization`` from
   client to server.  The server then responds with an
diff --git a/main/driver/go/flight_sql.html b/main/driver/go/flight_sql.html
index aca90e1..ca4c8d3 100644
--- a/main/driver/go/flight_sql.html
+++ b/main/driver/go/flight_sql.html
@@ -392,7 +392,7 @@ few optional authentication schemes:</p>
 <li><p>An HTTP-style scheme mimicking the Arrow Flight SQL JDBC driver.</p>
 <p>Set the options <code class="docutils literal notranslate"><span 
class="pre">username</span></code> and <code class="docutils literal 
notranslate"><span class="pre">password</span></code> on the
 <a class="reference internal" 
href="../../cpp/api/adbc.html#_CPPv412AdbcDatabase" title="AdbcDatabase"><code 
class="xref cpp cpp-class docutils literal notranslate"><span 
class="pre">AdbcDatabase</span></code></a>.  Alternatively, set the option
-<code class="docutils literal notranslate"><span 
class="pre">arrow.flight.sql.authorization_header</span></code> for full 
control.</p>
+<code class="docutils literal notranslate"><span 
class="pre">adbc.flight.sql.authorization_header</span></code> for full 
control.</p>
 <p>The client provides credentials sending an <code class="docutils literal 
notranslate"><span class="pre">authorization</span></code> from
 client to server.  The server then responds with an
 <code class="docutils literal notranslate"><span 
class="pre">authorization</span></code> header on the first request.  The value 
of this

Reply via email to