Skip to main content

Module cloud

Module cloud 

Source
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.