domino logo
Domino API
Domino Data API
Install the Data APIAuthentication
Data Source Use Cases
Tabular StoreObject StoreWrite to Local FileCustom AuthenticationConfiguration Override
TrainingSets Use Cases
Create TrainingSetsRetrieve TrainingSetsUpdate TrainingSetDelete TrainingSets
Domino R PackagePython Wrapper for Domino API
domino logo
About Domino
Domino Data LabKnowledge BaseData Science BlogTraining
Domino APIs
>
Domino Data API
>
Install the Data API

Install the Data API

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.

Domino Standard Environment

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
Domino Data LabKnowledge BaseData Science BlogTraining
Copyright © 2022 Domino Data Lab. All rights reserved.