fingerprint_at

method of dascore.workflow.task.FunctionTask source

fingerprint_at(
    self ,
    version: str ,
)-> ‘str’

Return the fingerprint this task has at a stated version.

For reading a document back: the version is part of what a task is, so a document written before its class moved on records a fingerprint this task no longer has. Asking for it at the version the document names says what it was, which is how an edited file can still be told from an old one.

Parameters

Parameter Description
version The version to compute it at, as __version__ spells one.