Expand description
Cloud URI dispatch for reading from S3, GCS, Azure Blob, and local file paths.
Functionsยง
- error_
for_ cloud_ write - Returns an informative error when the user tries to write to a cloud URI.
- is_
cloud_ uri - Returns true if the string looks like a cloud URI (s3://, gs://, az://).
- open_
datasource - Opens a data source for the given URI or file path.