dolphinscheduler-sdk-python icon indicating copy to clipboard operation
dolphinscheduler-sdk-python copied to clipboard

Apache DolphinScheduler Python API, aka PyDolphinscheduler.

Results 35 dolphinscheduler-sdk-python issues
Sort by recently updated
recently updated
newest added

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

enhancement

I mean this, perhaps need to refresh or do something to re-render this flag. ![image](https://github.com/apache/dolphinscheduler-sdk-python/assets/25661058/977da631-7088-4f4e-917b-8526536b4e94) ![image](https://github.com/apache/dolphinscheduler-sdk-python/assets/25661058/0421b15d-ad9d-47ca-813e-488c07294a48)

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":...

good first issue

currently `task. timeout_notify_strategy` not use in our code

Support for Chinese Documentation for DolphinScheduler better spreading in Chinese developer community.

help wanted
discuss
wait-response

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...

enhancement
good first issue

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...

FAQ

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...

help wanted
improvement

![image](https://github.com/apache/dolphinscheduler-sdk-python/assets/2595465/b00f1f87-6b78-4232-9854-9db81d46a5c7) 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...

question
discuss