Use the Data API with the right Domino environment. If you want to install it manually, with pip, Domino recommends you install the Data API as an extra dependency of the main Python Domino package.
The Data API comes pre-packaged in the Domino Standard Environment (DSE) starting version 5.0.
If you want to use your own environment, you can install the API by adding the following to the Dockefile Instructions section:
USER root
## Install Domino and Data API packages
RUN python -m pip install dominodatalab[data]
USER ubuntu
Python Package Index (PyPI)
Note
python -m pip install dominodatalab[data]
Note
python -m pip install dominodatalab-data