Commit f4d2e6e0 authored by lintangsutawika's avatar lintangsutawika
Browse files

add task_id for python tasks as well

parent 1ef5b0bf
...@@ -762,6 +762,7 @@ class Task(abc.ABC): ...@@ -762,6 +762,7 @@ class Task(abc.ABC):
def task_id(self) -> Any: def task_id(self) -> Any:
return self._task_id return self._task_id
class ConfigurableTask(Task): class ConfigurableTask(Task):
VERSION = "Yaml" VERSION = "Yaml"
OUTPUT_TYPE = None OUTPUT_TYPE = None
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment