This is an automated email from the ASF dual-hosted git repository.
lidavidm 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 7b9d05b20 docs: update js profile example (#4541)
7b9d05b20 is described below
commit 7b9d05b207a6405fd4a0dfde00329a15012640f1
Author: Ian Cook <[email protected]>
AuthorDate: Sun Jul 19 22:32:50 2026 -0400
docs: update js profile example (#4541)
Update the JS profiles example in the new Connection Profiles docs page
after #4533.
---
docs/source/connection_profiles.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/connection_profiles.rst
b/docs/source/connection_profiles.rst
index 7dee9263a..7d55eeb72 100644
--- a/docs/source/connection_profiles.rst
+++ b/docs/source/connection_profiles.rst
@@ -148,7 +148,7 @@ the ``profile://`` scheme:
import { AdbcDatabase } from '@apache-arrow/adbc-driver-manager';
const db = new AdbcDatabase({
- driver: 'profile://myprofile',
+ databaseOptions: { uri: 'profile://myprofile' },
});
.. tab-item:: Python