dolphinscheduler-sdk-python
dolphinscheduler-sdk-python copied to clipboard
Apache DolphinScheduler Python API, aka PyDolphinscheduler.
The data quality task was introduced in Apache DolphinScheduler 3.0 but we can not create this task with PyDolphinScheduler.
ref from https://github.com/apache/dolphinscheduler-sdk-python/issues/138, with workflow instance state query, we do not know whether it work correct or not
I mean this, perhaps need to refresh or do something to re-render this flag.  
For example If we define the shell task, and the command like this ```shell task = Shell(name="example", command="${setValue(a=1)}") ``` Then we can auto add the output local_params `{"prop": "a", "direct":...
currently `task. timeout_notify_strategy` not use in our code
Support for Chinese Documentation for DolphinScheduler better spreading in Chinese developer community.
Now, we can upload files to the resource center, but if we cannot manage the path of the resource, there will make some errors. For example, different files have the...
In the dolphinscheduler 3.2.0, `TaskDefinition` has two non-null field: `isCache` and `taskExecuteType`. If the former is null, workflow cannot be submitted, and if the latter is null, task will be...
Currently, each time submit code from python api to dolphinscheduler, a new version will be add even though do not change any task, workflow, and relation. It is better to...
 When run a workflow by webUI, user can set Startup Parameter, but how to set Startup Parameter by python sdk? I try to use *param* but it does't work...