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 92101f453 publish documentation
92101f453 is described below

commit 92101f4538e7b90636631182c383fb4ec01978bd
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 17 14:44:05 2025 +0000

    publish documentation
---
 main/_sources/driver/flight_sql.rst.txt            |  65 ++++++++++++++++++++-
 main/driver/flight_sql.html                        |  54 ++++++++++++++++-
 main/objects.inv                                   | Bin 3155 -> 3176 bytes
 main/r/adbcbigquery/pkgdown.yml                    |   2 +-
 main/r/adbcdrivermanager/pkgdown.yml               |   2 +-
 .../reference/adbc_connection_init.html            |   4 +-
 .../reference/adbc_database_init.html              |   2 +-
 .../reference/adbc_statement_init.html             |   6 +-
 main/r/adbcdrivermanager/search.json               |   2 +-
 main/r/adbcflightsql/pkgdown.yml                   |   2 +-
 main/r/adbcpostgresql/pkgdown.yml                  |   2 +-
 main/r/adbcsnowflake/pkgdown.yml                   |   2 +-
 main/r/adbcsqlite/pkgdown.yml                      |   2 +-
 main/searchindex.js                                |   2 +-
 14 files changed, 129 insertions(+), 18 deletions(-)

diff --git a/main/_sources/driver/flight_sql.rst.txt 
b/main/_sources/driver/flight_sql.rst.txt
index 983a6162c..d3a588be5 100644
--- a/main/_sources/driver/flight_sql.rst.txt
+++ b/main/_sources/driver/flight_sql.rst.txt
@@ -159,6 +159,12 @@ few optional authentication schemes:
   header will then be sent back as the ``authorization`` header on all
   future requests.
 
+- OAuth 2.0 authentication flows.
+
+  The client provides :ref:`configurations <oauth-configurations>` to allow 
client application to obtain access
+  tokens from an authorization server. The obtained token is then used
+  on the ``authorization`` header on all future requests.
+
 Bulk Ingestion
 --------------
 
@@ -246,10 +252,67 @@ to :c:struct:`AdbcDatabase`, :c:struct:`AdbcConnection`, 
and
   Add the header ``<HEADER NAME>`` to outgoing requests with the given
   value.
 
-    Python: 
:attr:`adbc_driver_flightsql.ConnectionOptions.RPC_CALL_HEADER_PREFIX`
+  Python: 
:attr:`adbc_driver_flightsql.ConnectionOptions.RPC_CALL_HEADER_PREFIX`
 
   .. warning:: Header names must be in all lowercase.
 
+
+OAuth 2.0 Options
+-----------------------
+.. _oauth-configurations:
+
+Supported configurations to obtain tokens using OAuth 2.0 authentication flows.
+
+``adbc.flight.sql.oauth.flow``
+  Specifies the OAuth 2.0 flow type to use. Possible values: 
``client_credentials``, ``token_exchange``
+
+``adbc.flight.sql.oauth.client_id``
+  Unique identifier issued to the client application by the authorization 
server
+
+``adbc.flight.sql.oauth.client_secret``
+  Secret associated to the client_id. Used to authenticate the client 
application to the authorization server
+
+``adbc.flight.sql.oauth.token_uri``
+  The endpoint URL where the client application requests tokens from the 
authorization server
+
+``adbc.flight.sql.oauth.scope``
+  Space-separated list of permissions that the client is requesting access to 
(e.g ``"read.all offline_access"``)
+
+``adbc.flight.sql.oauth.exchange.subject_token``
+  The security token that the client application wants to exchange
+
+``adbc.flight.sql.oauth.exchange.subject_token_type``
+  Identifier for the type of the subject token.
+  Check list below for supported token types.
+
+``adbc.flight.sql.oauth.exchange.actor_token``
+  A security token that represents the identity of the acting party
+
+``adbc.flight.sql.oauth.exchange.actor_token_type``
+  Identifier for the type of the actor token.
+  Check list below for supported token types.
+``adbc.flight.sql.oauth.exchange.aud``
+  The intended audience for the requested security token
+
+``adbc.flight.sql.oauth.exchange.resource``
+  The resource server where the client intends to use the requested security 
token
+
+``adbc.flight.sql.oauth.exchange.scope``
+  Specific permissions requested for the new token
+
+``adbc.flight.sql.oauth.exchange.requested_token_type``
+  The type of token the client wants to receive in exchange.
+  Check list below for supported token types.
+
+
+Supported token types:
+  - ``urn:ietf:params:oauth:token-type:access_token``
+  - ``urn:ietf:params:oauth:token-type:refresh_token``
+  - ``urn:ietf:params:oauth:token-type:id_token``
+  - ``urn:ietf:params:oauth:token-type:saml1``
+  - ``urn:ietf:params:oauth:token-type:saml2``
+  - ``urn:ietf:params:oauth:token-type:jwt``
+
 Distributed Result Sets
 -----------------------
 
diff --git a/main/driver/flight_sql.html b/main/driver/flight_sql.html
index 5e4e0e7f3..0eab03910 100644
--- a/main/driver/flight_sql.html
+++ b/main/driver/flight_sql.html
@@ -645,6 +645,11 @@ client to server.  The server then responds with an
 header will then be sent back as the <code class="docutils literal 
notranslate"><span class="pre">authorization</span></code> header on all
 future requests.</p>
 </li>
+<li><p>OAuth 2.0 authentication flows.</p>
+<p>The client provides <a class="reference internal" 
href="#oauth-configurations"><span class="std 
std-ref">configurations</span></a> to allow client application to obtain access
+tokens from an authorization server. The obtained token is then used
+on the <code class="docutils literal notranslate"><span 
class="pre">authorization</span></code> header on all future requests.</p>
+</li>
 </ul>
 </section>
 <section id="bulk-ingestion">
@@ -715,9 +720,7 @@ to <a class="reference external" 
href="https://arrow.apache.org/adbc/main/cpp/ap
 <dl>
 <dt><code class="docutils literal notranslate"><span 
class="pre">adbc.flight.sql.rpc.call_header.&lt;HEADER</span> <span 
class="pre">NAME&gt;</span></code></dt><dd><p>Add the header <code 
class="docutils literal notranslate"><span class="pre">&lt;HEADER</span> <span 
class="pre">NAME&gt;</span></code> to outgoing requests with the given
 value.</p>
-<blockquote>
-<div><p>Python: <a class="reference internal" 
href="../python/api/adbc_driver_flightsql.html#adbc_driver_flightsql.ConnectionOptions.RPC_CALL_HEADER_PREFIX"
 title="adbc_driver_flightsql.ConnectionOptions.RPC_CALL_HEADER_PREFIX"><code 
class="xref py py-attr docutils literal notranslate"><span 
class="pre">adbc_driver_flightsql.ConnectionOptions.RPC_CALL_HEADER_PREFIX</span></code></a></p>
-</div></blockquote>
+<p>Python: <a class="reference internal" 
href="../python/api/adbc_driver_flightsql.html#adbc_driver_flightsql.ConnectionOptions.RPC_CALL_HEADER_PREFIX"
 title="adbc_driver_flightsql.ConnectionOptions.RPC_CALL_HEADER_PREFIX"><code 
class="xref py py-attr docutils literal notranslate"><span 
class="pre">adbc_driver_flightsql.ConnectionOptions.RPC_CALL_HEADER_PREFIX</span></code></a></p>
 <div class="admonition warning">
 <p class="admonition-title">Warning</p>
 <p>Header names must be in all lowercase.</p>
@@ -725,6 +728,50 @@ value.</p>
 </dd>
 </dl>
 </section>
+<section id="oauth-2-0-options">
+<h3>OAuth 2.0 Options<a class="headerlink" href="#oauth-2-0-options" 
title="Link to this heading">¶</a></h3>
+<p id="oauth-configurations">Supported configurations to obtain tokens using 
OAuth 2.0 authentication flows.</p>
+<dl class="simple">
+<dt><code class="docutils literal notranslate"><span 
class="pre">adbc.flight.sql.oauth.flow</span></code></dt><dd><p>Specifies the 
OAuth 2.0 flow type to use. Possible values: <code class="docutils literal 
notranslate"><span class="pre">client_credentials</span></code>, <code 
class="docutils literal notranslate"><span 
class="pre">token_exchange</span></code></p>
+</dd>
+<dt><code class="docutils literal notranslate"><span 
class="pre">adbc.flight.sql.oauth.client_id</span></code></dt><dd><p>Unique 
identifier issued to the client application by the authorization server</p>
+</dd>
+<dt><code class="docutils literal notranslate"><span 
class="pre">adbc.flight.sql.oauth.client_secret</span></code></dt><dd><p>Secret 
associated to the client_id. Used to authenticate the client application to the 
authorization server</p>
+</dd>
+<dt><code class="docutils literal notranslate"><span 
class="pre">adbc.flight.sql.oauth.token_uri</span></code></dt><dd><p>The 
endpoint URL where the client application requests tokens from the 
authorization server</p>
+</dd>
+<dt><code class="docutils literal notranslate"><span 
class="pre">adbc.flight.sql.oauth.scope</span></code></dt><dd><p>Space-separated
 list of permissions that the client is requesting access to (e.g <code 
class="docutils literal notranslate"><span class="pre">&quot;read.all</span> 
<span class="pre">offline_access&quot;</span></code>)</p>
+</dd>
+<dt><code class="docutils literal notranslate"><span 
class="pre">adbc.flight.sql.oauth.exchange.subject_token</span></code></dt><dd><p>The
 security token that the client application wants to exchange</p>
+</dd>
+<dt><code class="docutils literal notranslate"><span 
class="pre">adbc.flight.sql.oauth.exchange.subject_token_type</span></code></dt><dd><p>Identifier
 for the type of the subject token.
+Check list below for supported token types.</p>
+</dd>
+<dt><code class="docutils literal notranslate"><span 
class="pre">adbc.flight.sql.oauth.exchange.actor_token</span></code></dt><dd><p>A
 security token that represents the identity of the acting party</p>
+</dd>
+<dt><code class="docutils literal notranslate"><span 
class="pre">adbc.flight.sql.oauth.exchange.actor_token_type</span></code></dt><dd><p>Identifier
 for the type of the actor token.
+Check list below for supported token types.</p>
+</dd>
+<dt><code class="docutils literal notranslate"><span 
class="pre">adbc.flight.sql.oauth.exchange.aud</span></code></dt><dd><p>The 
intended audience for the requested security token</p>
+</dd>
+<dt><code class="docutils literal notranslate"><span 
class="pre">adbc.flight.sql.oauth.exchange.resource</span></code></dt><dd><p>The
 resource server where the client intends to use the requested security 
token</p>
+</dd>
+<dt><code class="docutils literal notranslate"><span 
class="pre">adbc.flight.sql.oauth.exchange.scope</span></code></dt><dd><p>Specific
 permissions requested for the new token</p>
+</dd>
+<dt><code class="docutils literal notranslate"><span 
class="pre">adbc.flight.sql.oauth.exchange.requested_token_type</span></code></dt><dd><p>The
 type of token the client wants to receive in exchange.
+Check list below for supported token types.</p>
+</dd>
+<dt>Supported token types:</dt><dd><ul class="simple">
+<li><p><code class="docutils literal notranslate"><span 
class="pre">urn:ietf:params:oauth:token-type:access_token</span></code></p></li>
+<li><p><code class="docutils literal notranslate"><span 
class="pre">urn:ietf:params:oauth:token-type:refresh_token</span></code></p></li>
+<li><p><code class="docutils literal notranslate"><span 
class="pre">urn:ietf:params:oauth:token-type:id_token</span></code></p></li>
+<li><p><code class="docutils literal notranslate"><span 
class="pre">urn:ietf:params:oauth:token-type:saml1</span></code></p></li>
+<li><p><code class="docutils literal notranslate"><span 
class="pre">urn:ietf:params:oauth:token-type:saml2</span></code></p></li>
+<li><p><code class="docutils literal notranslate"><span 
class="pre">urn:ietf:params:oauth:token-type:jwt</span></code></p></li>
+</ul>
+</dd>
+</dl>
+</section>
 <section id="distributed-result-sets">
 <h3>Distributed Result Sets<a class="headerlink" 
href="#distributed-result-sets" title="Link to this heading">¶</a></h3>
 <p>The driver will fetch all partitions (FlightEndpoints) returned by the
@@ -919,6 +966,7 @@ United States and other countries.
 <li><a class="reference internal" href="#bulk-ingestion">Bulk 
Ingestion</a></li>
 <li><a class="reference internal" href="#client-options">Client 
Options</a></li>
 <li><a class="reference internal" href="#custom-call-headers">Custom Call 
Headers</a></li>
+<li><a class="reference internal" href="#oauth-2-0-options">OAuth 2.0 
Options</a></li>
 <li><a class="reference internal" href="#distributed-result-sets">Distributed 
Result Sets</a></li>
 <li><a class="reference internal" href="#incremental-execution">Incremental 
Execution</a></li>
 <li><a class="reference internal" href="#metadata">Metadata</a></li>
diff --git a/main/objects.inv b/main/objects.inv
index 9fc61708b..e2591d2b7 100644
Binary files a/main/objects.inv and b/main/objects.inv differ
diff --git a/main/r/adbcbigquery/pkgdown.yml b/main/r/adbcbigquery/pkgdown.yml
index 9aec08ad4..693206f65 100644
--- a/main/r/adbcbigquery/pkgdown.yml
+++ b/main/r/adbcbigquery/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.6.4
 pkgdown: 2.1.1
 pkgdown_sha: ~
 articles: {}
-last_built: 2025-04-17T13:38Z
+last_built: 2025-04-17T14:43Z
 urls:
   reference: https://arrow.apache.org/adbc/current/r/adbcbigquery/reference
   article: https://arrow.apache.org/adbc/current/r/adbcbigquery/articles
diff --git a/main/r/adbcdrivermanager/pkgdown.yml 
b/main/r/adbcdrivermanager/pkgdown.yml
index 30376584f..b147d8df3 100644
--- a/main/r/adbcdrivermanager/pkgdown.yml
+++ b/main/r/adbcdrivermanager/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.6.4
 pkgdown: 2.1.1
 pkgdown_sha: ~
 articles: {}
-last_built: 2025-04-17T13:38Z
+last_built: 2025-04-17T14:43Z
 urls:
   reference: 
https://arrow.apache.org/adbc/current/r/adbcdrivermanager/reference
   article: https://arrow.apache.org/adbc/current/r/adbcdrivermanager/articles
diff --git a/main/r/adbcdrivermanager/reference/adbc_connection_init.html 
b/main/r/adbcdrivermanager/reference/adbc_connection_init.html
index 23810647a..c6a952e18 100644
--- a/main/r/adbcdrivermanager/reference/adbc_connection_init.html
+++ b/main/r/adbcdrivermanager/reference/adbc_connection_init.html
@@ -105,9 +105,9 @@ finer-grained control over behaviour at the R 
level.</p></dd>
     <h2 id="ref-examples">Examples<a class="anchor" aria-label="anchor" 
href="#ref-examples"></a></h2>
     <div class="sourceCode"><pre class="sourceCode r"><code><span 
class="r-in"><span><span class="va">db</span> <span class="op">&lt;-</span> 
<span class="fu"><a 
href="adbc_database_init.html">adbc_database_init</a></span><span 
class="op">(</span><span class="fu"><a 
href="adbc_driver_void.html">adbc_driver_void</a></span><span 
class="op">(</span><span class="op">)</span><span 
class="op">)</span></span></span>
 <span class="r-in"><span><span class="fu">adbc_connection_init</span><span 
class="op">(</span><span class="va">db</span><span 
class="op">)</span></span></span>
-<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;adbc_connection at 
0x55e4af88c3b0&gt; </span>
+<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;adbc_connection at 
0x55867ffc4720&gt; </span>
 <span class="r-out co"><span class="r-pr">#&gt;</span> List of 1</span>
-<span class="r-out co"><span class="r-pr">#&gt;</span>  $ 
database:&lt;adbc_database at 0x55e4b1a1f930&gt; </span>
+<span class="r-out co"><span class="r-pr">#&gt;</span>  $ 
database:&lt;adbc_database at 0x558680481cc0&gt; </span>
 <span class="r-out co"><span class="r-pr">#&gt;</span> List of 1</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>   ..$ 
driver:&lt;adbc_driver_void&gt; List of 2</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>   .. ..$ 
driver_init_func:Class 'adbc_driver_init_func' &lt;externalptr&gt; </span>
diff --git a/main/r/adbcdrivermanager/reference/adbc_database_init.html 
b/main/r/adbcdrivermanager/reference/adbc_database_init.html
index daa3ea8d7..1de536e37 100644
--- a/main/r/adbcdrivermanager/reference/adbc_database_init.html
+++ b/main/r/adbcdrivermanager/reference/adbc_database_init.html
@@ -104,7 +104,7 @@ finer-grained control over behaviour at the R 
level.</p></dd>
     <div class="section level2">
     <h2 id="ref-examples">Examples<a class="anchor" aria-label="anchor" 
href="#ref-examples"></a></h2>
     <div class="sourceCode"><pre class="sourceCode r"><code><span 
class="r-in"><span><span class="fu">adbc_database_init</span><span 
class="op">(</span><span class="fu"><a 
href="adbc_driver_void.html">adbc_driver_void</a></span><span 
class="op">(</span><span class="op">)</span><span 
class="op">)</span></span></span>
-<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;adbc_database at 
0x55e4af72f7d0&gt; </span>
+<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;adbc_database at 
0x55867e181680&gt; </span>
 <span class="r-out co"><span class="r-pr">#&gt;</span> List of 1</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>  $ 
driver:&lt;adbc_driver_void&gt; List of 2</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>   ..$ 
driver_init_func:Class 'adbc_driver_init_func' &lt;externalptr&gt; </span>
diff --git a/main/r/adbcdrivermanager/reference/adbc_statement_init.html 
b/main/r/adbcdrivermanager/reference/adbc_statement_init.html
index dfc8781b8..1d8f730d9 100644
--- a/main/r/adbcdrivermanager/reference/adbc_statement_init.html
+++ b/main/r/adbcdrivermanager/reference/adbc_statement_init.html
@@ -106,11 +106,11 @@ finer-grained control over behaviour at the R 
level.</p></dd>
     <div class="sourceCode"><pre class="sourceCode r"><code><span 
class="r-in"><span><span class="va">db</span> <span class="op">&lt;-</span> 
<span class="fu"><a 
href="adbc_database_init.html">adbc_database_init</a></span><span 
class="op">(</span><span class="fu"><a 
href="adbc_driver_void.html">adbc_driver_void</a></span><span 
class="op">(</span><span class="op">)</span><span 
class="op">)</span></span></span>
 <span class="r-in"><span><span class="va">con</span> <span 
class="op">&lt;-</span> <span class="fu"><a 
href="adbc_connection_init.html">adbc_connection_init</a></span><span 
class="op">(</span><span class="va">db</span><span 
class="op">)</span></span></span>
 <span class="r-in"><span><span class="fu">adbc_statement_init</span><span 
class="op">(</span><span class="va">con</span><span 
class="op">)</span></span></span>
-<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;adbc_statement at 
0x55e4b19b81b0&gt; </span>
+<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;adbc_statement at 
0x558680a1f7b0&gt; </span>
 <span class="r-out co"><span class="r-pr">#&gt;</span> List of 1</span>
-<span class="r-out co"><span class="r-pr">#&gt;</span>  $ 
connection:&lt;adbc_connection at 0x55e4b076be10&gt; </span>
+<span class="r-out co"><span class="r-pr">#&gt;</span>  $ 
connection:&lt;adbc_connection at 0x558680e122d0&gt; </span>
 <span class="r-out co"><span class="r-pr">#&gt;</span> List of 1</span>
-<span class="r-out co"><span class="r-pr">#&gt;</span>   ..$ 
database:&lt;adbc_database at 0x55e4b1a5ed50&gt; </span>
+<span class="r-out co"><span class="r-pr">#&gt;</span>   ..$ 
database:&lt;adbc_database at 0x558681298360&gt; </span>
 <span class="r-out co"><span class="r-pr">#&gt;</span> List of 1</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>   .. ..$ 
driver:&lt;adbc_driver_void&gt; List of 2</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>   .. .. ..$ 
driver_init_func:Class 'adbc_driver_init_func' &lt;externalptr&gt; </span>
diff --git a/main/r/adbcdrivermanager/search.json 
b/main/r/adbcdrivermanager/search.json
index 782407f91..54ca31042 100644
--- a/main/r/adbcdrivermanager/search.json
+++ b/main/r/adbcdrivermanager/search.json
@@ -1 +1 @@
-[{"path":"https://arrow.apache.org/adbc/current/r/adbcdrivermanager/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"Apache
 License","title":"Apache License","text":"Version 2.0, January 2004 
<http://www.apache.org/licenses/>","code":""},{"path":[]},{"path":"https://arrow.apache.org/adbc/current/r/adbcdrivermanager/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
 and Conditions for use, reproduction, and distribution","what":"1. 
Definitions","title [...]
+[{"path":"https://arrow.apache.org/adbc/current/r/adbcdrivermanager/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"Apache
 License","title":"Apache License","text":"Version 2.0, January 2004 
<http://www.apache.org/licenses/>","code":""},{"path":[]},{"path":"https://arrow.apache.org/adbc/current/r/adbcdrivermanager/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
 and Conditions for use, reproduction, and distribution","what":"1. 
Definitions","title [...]
diff --git a/main/r/adbcflightsql/pkgdown.yml b/main/r/adbcflightsql/pkgdown.yml
index 365fe4323..18e467a5e 100644
--- a/main/r/adbcflightsql/pkgdown.yml
+++ b/main/r/adbcflightsql/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.6.4
 pkgdown: 2.1.1
 pkgdown_sha: ~
 articles: {}
-last_built: 2025-04-17T13:38Z
+last_built: 2025-04-17T14:43Z
 urls:
   reference: https://arrow.apache.org/adbc/current/r/adbcflightsql/reference
   article: https://arrow.apache.org/adbc/current/r/adbcflightsql/articles
diff --git a/main/r/adbcpostgresql/pkgdown.yml 
b/main/r/adbcpostgresql/pkgdown.yml
index c394e8e62..07ff70efa 100644
--- a/main/r/adbcpostgresql/pkgdown.yml
+++ b/main/r/adbcpostgresql/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.6.4
 pkgdown: 2.1.1
 pkgdown_sha: ~
 articles: {}
-last_built: 2025-04-17T13:37Z
+last_built: 2025-04-17T14:43Z
 urls:
   reference: https://arrow.apache.org/adbc/current/r/adbcpostgresql/reference
   article: https://arrow.apache.org/adbc/current/r/adbcpostgresql/articles
diff --git a/main/r/adbcsnowflake/pkgdown.yml b/main/r/adbcsnowflake/pkgdown.yml
index 70abb66d5..e93457aba 100644
--- a/main/r/adbcsnowflake/pkgdown.yml
+++ b/main/r/adbcsnowflake/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.6.4
 pkgdown: 2.1.1
 pkgdown_sha: ~
 articles: {}
-last_built: 2025-04-17T13:38Z
+last_built: 2025-04-17T14:43Z
 urls:
   reference: https://arrow.apache.org/adbc/current/r/adbcsnowflake/reference
   article: https://arrow.apache.org/adbc/current/r/adbcsnowflake/articles
diff --git a/main/r/adbcsqlite/pkgdown.yml b/main/r/adbcsqlite/pkgdown.yml
index 6b8b94c54..b82813290 100644
--- a/main/r/adbcsqlite/pkgdown.yml
+++ b/main/r/adbcsqlite/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.6.4
 pkgdown: 2.1.1
 pkgdown_sha: ~
 articles: {}
-last_built: 2025-04-17T13:37Z
+last_built: 2025-04-17T14:43Z
 urls:
   reference: https://arrow.apache.org/adbc/current/r/adbcsqlite/reference
   article: https://arrow.apache.org/adbc/current/r/adbcsqlite/articles
diff --git a/main/searchindex.js b/main/searchindex.js
index 504ae3ff9..5254d1751 100644
--- a/main/searchindex.js
+++ b/main/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"ADBC API Standard":[[24,null]],"API 
Reference":[[3,"api-reference"],[29,"api-reference"],[37,"api-reference"]],"And 
then what is the \u201cADBC JDBC 
driver\u201d?":[[20,"and-then-what-is-the-adbc-jdbc-driver"]],"Apache Arrow 
ADBC":[[27,null]],"Arrow type to PostgreSQL type 
mapping":[[16,"id5"]],"Authenticate with a username and 
password":[[43,"authenticate-with-a-username-and-password"]],"Authentication":[[13,"authentication"],[17,"authentication"]],"Autoco
 [...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"ADBC API Standard":[[24,null]],"API 
Reference":[[3,"api-reference"],[29,"api-reference"],[37,"api-reference"]],"And 
then what is the \u201cADBC JDBC 
driver\u201d?":[[20,"and-then-what-is-the-adbc-jdbc-driver"]],"Apache Arrow 
ADBC":[[27,null]],"Arrow type to PostgreSQL type 
mapping":[[16,"id5"]],"Authenticate with a username and 
password":[[43,"authenticate-with-a-username-and-password"]],"Authentication":[[13,"authentication"],[17,"authentication"]],"Autoco
 [...]
\ No newline at end of file

Reply via email to