bbp_workflow.target¶
Luigi targets.
Classes
|
Knowledge graph luigi target specified by url. |
- class bbp_workflow.target.KgUrlTarget(cls, task)¶
Bases:
TargetKnowledge graph luigi target specified by url.
- Parameters:
cls (classobj) – Knowledge graph entity class from
entity_managementlib.url (str) – Url to the knowledge graph entity.
- property entity¶
Property which looks up
clsbyurl.- Returns:
Knowledge graph entity instance or
Noneif not found.