DolphinScheduler/dolphinscheduler-python
Jiajie Zhong b1afd99c9e
[python] Fix task relation wrong hashable function (#7628)
* [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
2021-12-26 15:44:30 +08:00
..
pydolphinscheduler [python] Fix task relation wrong hashable function (#7628) 2021-12-26 15:44:30 +08:00
src/main/java/org/apache/dolphinscheduler/server [python] Add task dependent (#7405) 2021-12-16 09:58:50 +08:00
pom.xml Split the components into individual package, refactor configurations to use Spring properties (#7160) 2021-12-10 11:28:53 +08:00