Zac Steer
09/19/2024, 1:44 AMimport daft
from <http://daft.io|daft.io> import IOConfig, GCSConfig
import os
io_config = IOConfig(gcs=GCSConfig(credentials=os.getenv(“GOOGLE_APPLICATION_CREDENTIALS”))
df = daft.read_parquet(“<gs://bucket/prefix>”, io_config=io_config)
Error
DaftCoreException: DaftError::External Unable to load Credentials for store: gcs
Details:
UnsupportedAccountType(“external_account”)
I was going to make an issue on the GitHub, but wanted to check here first. It looks like daft is just missing a supported credentials typeZac Steer
09/19/2024, 6:03 AMjay
09/19/2024, 10:23 PM