Skip to content

Commit

Permalink
docs: clarify that PyArrow is required for DBAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Jun 25, 2024
1 parent 58a0acd commit c13c584
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/conda_env_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ make
nodejs
numpydoc
pytest
sphinx>=5.0
# XXX: we're stuck until we can get rid of Breathe
sphinx=6.*
sphinx-autobuild
sphinx-copybutton
sphinx-design
Expand Down
2 changes: 2 additions & 0 deletions docs/source/driver/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ Python

Install the appropriate driver package.

.. note:: To use the DBAPI interface, ``pyarrow`` is also required.

For example, from PyPI:

- ``pip install adbc-driver-flightsql``
Expand Down

0 comments on commit c13c584

Please sign in to comment.