apache / dolphinscheduler-sdk-python

Apache DolphinScheduler Python API, aka PyDolphinscheduler.
https://dolphinscheduler.apache.org/python/main
Apache License 2.0
52 stars 19 forks source link

datax json template display on one line in UI #134

Closed czxin788 closed 9 months ago

czxin788 commented 9 months ago

I create the task by https://dolphinscheduler.apache.org/python/main/tasks/datax.html but datax json template display on one line in uI:

image

image

czxin788 commented 9 months ago

I have resovle like this: import json task2 = CustomDataX(name="task_custom_datax", json=json.dumps(JSON_TEMPLATE, indent=4))