Cloud Storage Drivers for Khiops Python
The Khiops Python library can read and write remote files from the following storage services after a few prerequisites are installed: AWS S3, Google Cloud Storage (GCS), and Microsoft Azure.
All prerequisites can be installed in one step during the Pip installation of the Khiops Python library.
To use remote resources with the Khiops Python library under Conda, install the vendor-specific Python SDKs and the corresponding Khiops drivers.
For AWS S3
# In a Conda virtual environment ("conda_env" in the example)
conda install -y -n conda_env \
"boto3>=1.17.39,<=1.35.69" "khiops-driver-s3"
For GCS
# In a Conda virtual environment ("conda_env" in the example)
conda install -y -n conda_env \
"google-cloud-storage>=1.37.0" "khiops-driver-gcs"
For Azure