-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Do any friends know how Sedonadb should read Parquet files from non AWS S3 services (such as BOS: Baidu AI Cloud Object Storage, compatible with S3)? I have information such as endpoint_url, access_key_id, secret_maccess, but I don't know how to operate 'tablepath' and 'options'. I have been using Python's dependency 'boto3' for file operations before.
I am not very intelligent and have limited experience with the case studies provided in the document (code below), which makes it difficult for me to make analogies. In fact, I also want to perform the 'to_ queue' operation in addition to 'read_ queue', but I am not sure if there is a similar method. Thank you for your help!
sd.read_parquet(“s3://oversuremaps-us-west-2/release/2025-11-19.0/theme=division_areas/”,options={“aws.skip_signation”:True,“aws.region”:“us-west-2”},).to_view(“division_Areace”)