Skip to content

jobs

AERO flow compute function definition.

commit_analysis()

commit_analysis(*arglist) -> dict

Commit metadata of analysis function to database.

RETURNS DESCRIPTION
dict

Response from database update.

TYPE: dict

database_commit()

database_commit(
    *args, **kwargs
) -> dict[str, int | float | str | dict]

Commit ingested metadata to database

RETURNS DESCRIPTION
dict

Response dictionary returned by user function with optional metrics appended.

TYPE: dict[str, int | float | str | dict]

download()

download(*args, **kwargs) -> tuple[str, str]

Download data from user-specified repository.

RETURNS DESCRIPTION
tuple[str, str]

tuple[str, str]: Path to the data and its associated extension.

get_versions()

get_versions(*function_params) -> dict

Get the desired version of the source data.

RETURNS DESCRIPTION
dict

Function parameters to send to user-defined analysis function.

TYPE: dict