-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: support for S3-compatible services other than AWS #71
Comments
Hi @0xhanh thanks for the report. While there is indeed a big internal TODO around variable name cleanup for internal variable names starting with Please see also:
|
I tested with a non-AWS setup, I used a local minio, I ran the example in examples/projects/kafka-alternatives/minio-ETL in the local-minio environment --base.py
|
run within fixed venv
|
@0xhanh I am not sure how to read your second comment - did you manage to fix the issue? If so, how? |
I tried fixing it, it seems ok, comment at the top see |
Steps to reproduce
if let s3::Region::Custom { endpoint, .. } = &s3_settings.region {
Relevant log output
What did you expect to happen?
def read_results():
table = pw.io.deltalake.read(
base_path + "timezone_unified",
schema=InputStreamSchema,
autocommit_duration_ms=100,
s3_connection_settings=s3_connection_settings,
)
pw.io.csv.write(table, "./results.csv")
pw.run(monitoring_level=pw.MonitoringLevel.NONE)
Version
0.15.0
Docker Versions (if used)
No response
OS
Linux
On which CPU architecture did you run Pathway?
x86-64
The text was updated successfully, but these errors were encountered: