* [python] Fix task relation wrong hashable function Currently our :class:`TaskRelation` have wrong __hash__ function, would mistake a object as same object. It failed our dependence and process definition. this patch fix it by adding `_KEY_ATTR` to overwrite TaskRelation's __eq__ and correct __hash__ func close: #7627 * Fix code format |
||
|---|---|---|
| .. | ||
| pydolphinscheduler | ||
| src/main/java/org/apache/dolphinscheduler/server | ||
| pom.xml | ||