atoti_gcp package

Module contents

Plugin to load CSV and parquet files from Google Cloud Storage into atoti stores.

This package is required to load files with GCP paths starting with gs://.

It can be installed with pip or conda:

  • pip install atoti[gcp]
    
  • conda install atoti-gcp
    

Authentication is handled by the underlying GCS SDK for Java library. Automatic credentials retrieval is explained in their documentation.