First we have to add a declarative GCS configuration in Python.
gcs_config.py
Copy
Ask AI
import featureform as ffgcs = ff.register_gcs( name="gcs-quickstart", credentials=ff.GCPCredentials(...), bucket_name="bucket_name", bucket_path="featureform/path/", description="An gcs store provider to store offline")client.apply()