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
| Type | Description |
|---|---|
io.OutputReader | An 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
| Type | Description |
|---|---|
[Status](status.md?sid=flyteplugins_go_tasks_pluginmachinery_catalog_status) | The current Status of the entry. |