CurrentRun.conn()
CurrentRun.conn(self, connector_id: str) -> Connector:
"""
Get the connector object associated with ID `connector_id`. These are defined in
the client's instantiation.
args:
connector_id: ID of task from which to retrieve output
returns:
connector object associated with `connector_id`
raises:
prism.exception.ConnectorDoesNotExistException if the connector ID is not
found
"""Example
Last updated