We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49ca9a commit 97e330bCopy full SHA for 97e330b
examples/sql-parquet-s3.py
@@ -31,7 +31,7 @@
31
32
ctx = datafusion.SessionContext()
33
path = f"s3://{bucket_name}/"
34
-ctx.register_object_store(path, s3)
+ctx.register_object_store("s3://", s3, None)
35
36
ctx.register_parquet("trips", path)
37
0 commit comments