va-big-data-genomics / trellisdata

Python package with classes and methods used in implementing a Trellis data management system.
MIT License
0 stars 1 forks source link

Only include result of Query in operation graph if published to triggers #1

Closed pbilling closed 1 year ago

pbilling commented 1 year ago

Result of a query cannot activate a trigger if the result is not published to TOPIC_TRIGGERS and OperationGrapher should understand and reflect that.

pbilling commented 1 year ago

Resolve by bb374a9b3a2cf21fe31b045af207e31d3fd75c89.

A publishTo field is now added to Query nodes generated by OperationGrapher. Activation relationships can now be filtered based on publishTo.