pytask icon indicating copy to clipboard operation
pytask copied to clipboard

ENH: Make `attributes` field on `PNode` and `PProvisionalNode` mandatory in pytask v0.6.0.

Open tobiasraabe opened this issue 1 year ago • 0 comments

Is your feature request related to a problem?

In #648, all implementations of PNode and PProvisionalNode received a new field attributes to store arbitrary data on a node like on a task. The field is not yet mandatory because requiring the field on the protocol would potentially break people's code. Instead we display warnings.

The warnings should be removed in v0.6.0 and the field should be added to the protocols.

tobiasraabe avatar Dec 24 '24 15:12 tobiasraabe