zeroshade commented on code in PR #4007:
URL: https://github.com/apache/arrow-adbc/pull/4007#discussion_r2843279661
##########
docs/source/format/connection_profiles.rst:
##########
@@ -193,8 +193,11 @@ When using a profile name (not an absolute path), the
driver manager searches fo
1. **Additional Search Paths** (if configured via
``AdbcDriverManagerDatabaseSetAdditionalSearchPathList()``)
2. **ADBC_PROFILE_PATH** environment variable (colon-separated on Unix,
semicolon-separated on Windows)
3. **Conda Environment** (if built with Conda support and ``CONDA_PREFIX`` is
set):
+
- ``$CONDA_PREFIX/etc/adbc/profiles/``
+
4. **User Configuration Directory**:
+
- Linux: ``~/.config/adbc/profiles/``
Review Comment:
Looking at the code, it should be consistent and I just forgot to mention
the XDG_CONFIG_HOME here. So you can just update this appropriately to match
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]