dolphinscheduler
dolphinscheduler copied to clipboard
Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
## Purpose of the pull request * Load environment config and env file at the same time. * The priority of the environment config is higher than the priority of...
## Purpose of the pull request this pr just fix some type in md docs for issue # 11210, I don't want to close the issue so there is a...
## Purpose of the pull request Currently if LDAP Config value is not set, DS would get String "null" as default value instead of real null currently. #11324 This PR...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description * Add `Configuration Center` feature for Dolphin Scheduler so that...
## Purpose of the pull request ## Brief change log ## Verify this pull request This pull request is code cleanup without any test coverage. *(or)* This pull request is...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened When I write a code as below and pass funtion...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description Dynamically generate workflows from YAML configuration files, aka workflows-as-code. Now...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened I found that the task was not automatically scheduled. Go...
## Purpose of the pull request close #11129 ## change log * refactor ProcessDefinitionService interface:use `Result` to replace `Map` * add WorkflowDefinitionController
## Purpose of the pull request Add re-upload feature for resource files close #11195 ## Brief change log * fix resource file incorrect button link * add re-upload feature for...