Skip to Content
Python APIspiral.expressions.file

get

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

Read data from the local filesystem by the file:// URL.

Arguments:

  • expr - URLs of the data that needs to be read.
  • abort_on_error - Should the expression abort on errors or just collect them.
Last updated on