Skip to main content

Entry

This class represents an entry in a catalog that has been populated. It holds an output reader and a status.

Methods


GetOutputs()

@classmethod
def GetOutputs() - > io.OutputReader

Retrieves the output reader associated with this entry. Callers use this to access the outputs generated by the entry.

Returns

TypeDescription
io.OutputReaderAn OutputReader instance providing access to the entry's outputs.

GetStatus()

@classmethod
def GetStatus() - > [Status](status.md?sid=flyteplugins_go_tasks_pluginmachinery_catalog_status)

Retrieves the current status of the entry. Callers use this to determine the processing state or outcome of the entry.

Returns

TypeDescription
[Status](status.md?sid=flyteplugins_go_tasks_pluginmachinery_catalog_status)The current Status of the entry.