MDFactoryMDFactory

pull_artifacts

attribute__all__
= ['format_artifact_summary', 'pull_artifact', 'pull_artifact_overview', 'pull_overview']
funcformat_artifact_summary(df)pd.DataFrame

Format artifact records for CLI display.

paramdfpd.DataFrame

Artifact records

Returns

pandas.DataFrame

Formatted DataFrame with columns in preferred order

funcpull_artifact_overview(artifact_name=None, hash=None, simulation_type=None, status=None)pd.DataFrame

Pull artifact overview data with optional filters.

paramartifact_namestr | None
= None

Filter by artifact name

paramhashstr | None
= None

Filter by simulation hash

paramsimulation_typestr | None
= None

Filter by simulation type

paramstatusstr | None
= None

Filter by status ("completed" or "not_yet_run")

Returns

pandas.DataFrame

Overview records for artifacts matching filters