You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the duckdb quickstart, explain that you can also refer files on the workspace using s3:// notation. It's equivalent/alternative to passing an s3 object as parameter. For primary workspace storage you can simply use s3:///path/to/file and for secondary storage s3://<secondary_storage>/path/to/file. Also indicate that it works with glob patterns e.g. s3:///myfiles/*.parquet.. Request made by @hugocasa