Skip to Content
Python APIspiral.expressions.s3

get

def get(expr: ExprLike, abort_on_error: bool = False) -> Expr

Read 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