get
def get(expr: ExprLike, abort_on_error: bool = False) -> ExprRead data from object storage by the s3:// URL.
Arguments:
expr- URLs of the data that needs to be read from object storage.abort_on_error- Should the expression abort on errors or just collect them.
Last updated on