Migrated repository
Go to file
小可耐 ae847ba331
[Fix-15036] [API] Fix task definition edit doesn't work (#14801)
* [Bug] [task definition] 修复任务定义修改,工作流无法生效问题

* [Bug] [API] Fix task check apply

* [BUG][API] fix updateTaskDefinition method ut

* [BUG][API] fix updateTaskDefinition method code specification

* [BUG][API] fix one task corresponds to multiple workflow problems

* [BUG][API] queryProcessTaskRelationByTaskCodeAndTaskVersion method adjust

* [BUG][API] fix updateTaskDefinition method update

---------

Co-authored-by: David Zollo <dailidong66@gmail.com>
Co-authored-by: 旺阳 <wang@lqwang.net>
Co-authored-by: xiangzihao <460888207@qq.com>
2023-10-25 20:25:02 +08:00
.github Add IT for dolphinscheduler-tools module (#15043) 2023-10-20 15:39:42 +08:00
.idea
.mvn/wrapper
deploy [Improvement][Registry][Jdbc] Add jdbc registry config in helm charts (#14431) 2023-10-11 20:52:11 -05:00
docs [Feature-14678][Master][UI]Dependent task parameter passing (#14702) 2023-10-25 16:24:30 +08:00
dolphinscheduler-alert [Fix-14885][pom] fix spotless format file path (#14889) 2023-10-17 06:20:23 -05:00
dolphinscheduler-aop
dolphinscheduler-api [Fix-15036] [API] Fix task definition edit doesn't work (#14801) 2023-10-25 20:25:02 +08:00
dolphinscheduler-api-test
dolphinscheduler-bom Add IT for dolphinscheduler-tools module (#15043) 2023-10-20 15:39:42 +08:00
dolphinscheduler-common Add IT for dolphinscheduler-tools module (#15043) 2023-10-20 15:39:42 +08:00
dolphinscheduler-dao [Fix-15036] [API] Fix task definition edit doesn't work (#14801) 2023-10-25 20:25:02 +08:00
dolphinscheduler-dao-plugin Add dolphinscheduler-dao-plugin module (#15019) 2023-10-14 17:58:40 +08:00
dolphinscheduler-data-quality
dolphinscheduler-datasource-plugin Fix session/thread leak at ssh datasource (#14859) 2023-09-07 11:55:31 +08:00
dolphinscheduler-dist Add dolphinscheduler-dao-plugin module (#15019) 2023-10-14 17:58:40 +08:00
dolphinscheduler-e2e
dolphinscheduler-extract Add workflowInstanceHost and taskInstanceHost in ITaskInstanceExecutionEvent (#14827) 2023-08-29 13:32:17 +08:00
dolphinscheduler-master [Feature-14678][Master][UI]Dependent task parameter passing (#14702) 2023-10-25 16:24:30 +08:00
dolphinscheduler-meter
dolphinscheduler-microbench Add rpc benchmark test (#14797) 2023-08-27 20:59:55 +08:00
dolphinscheduler-registry Fix the ephemeralId will not be deleted before jdbc-registry closed. (#14936) 2023-09-19 10:34:07 +08:00
dolphinscheduler-scheduler-plugin
dolphinscheduler-service [Improvement-14894][dolphinscheduler-alert] alert message contains the operator (#14910) 2023-09-25 10:50:28 +08:00
dolphinscheduler-spi
dolphinscheduler-standalone-server Add dolphinscheduler-dao-plugin module (#15019) 2023-10-14 17:58:40 +08:00
dolphinscheduler-storage-plugin [Fix][Resource Center] Remove NONE storage type and set LOCAL type as default (#14661) 2023-09-07 14:09:15 +08:00
dolphinscheduler-task-plugin [Feature-14678][Master][UI]Dependent task parameter passing (#14702) 2023-10-25 16:24:30 +08:00
dolphinscheduler-tools Add IT for mysql5/postgresql16 initialize/upgrade (#15063) 2023-10-24 14:44:02 +08:00
dolphinscheduler-ui [Feature-14678][Master][UI]Dependent task parameter passing (#14702) 2023-10-25 16:24:30 +08:00
dolphinscheduler-worker [Improvement][Master] Calculate the remainTime then we set the delay execution. (#15012) 2023-10-11 02:32:07 -05:00
images
licenses
script
style
tools Add IT for dolphinscheduler-tools module (#15043) 2023-10-20 15:39:42 +08:00
.asf.yaml
.dlc.json
.flake8
.gitattributes
.gitignore
.gitmodules
.licenserc.yaml
.pre-commit-config.yaml
CONTRIBUTING.md
doap.rdf Add doap.rdf (#14883) 2023-09-09 22:40:36 +08:00
LICENSE
lombok.config
mvnw
mvnw.cmd
NOTICE
pom.xml Add IT for dolphinscheduler-tools module (#15043) 2023-10-20 15:39:42 +08:00
README_zh_CN.md
README.md

Apache Dolphinscheduler

License codecov Quality Gate Status Twitter Follow Slack Status CN doc

About

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code. It is also provided powerful user interface, dedicated to solving complex task dependencies in the data pipeline and providing various types of jobs available out of the box

The key features for DolphinScheduler are as follows:

  • Easy to deploy, provide four ways to deploy which including Standalone, Cluster, Docker and Kubernetes.
  • Easy to use, workflow can be created and managed by four ways, which including Web UI, Python SDK, Yaml file and Open API
  • Highly reliable and high availability, decentralized architecture with multi-master and multi-worker, native supports horizontal scaling.
  • High performance, its performance is N times faster than other orchestration platform and it can support tens of millions of tasks per day
  • Cloud Native, DolphinScheduler supports orchestrating multi-cloud/data center workflow, and supports custom task type
  • Versioning both workflow and workflow instance(including tasks)
  • Various state control of workflow and task, support pause/stop/recover them in any time
  • Multi-tenancy support
  • Others like backfill support(Web UI native), permission control including project, resource and data source

QuickStart

User Interface Screenshots

  • Homepage: Project and workflow overview, including the latest workflow instance and task instance status statistics. home

  • Workflow Definition: Create and manage workflow by drag and drop, easy to build and maintain complex workflow, support bulk of tasks out of box. workflow-definition

  • Workflow Tree View: Abstract tree structure could clearer understanding of the relationship between tasks workflow-tree

  • Data source: Manage support multiple external data sources, provide unified data access capabilities for such as MySQL, PostgreSQL, Hive, Trino, etc. data-source

  • Monitor: View the status of the master, worker and database in real time, including server resource usage and load, do quick health check without logging in to the server. monitor

Suggestions & Bug Reports

Follow this guide to report your suggestions or bugs.

Contributing

The community welcomes everyone to contribute, please refer to this page to find out more: How to contribute, find the good first issue in here if you are new to DolphinScheduler.

Community

Welcome to join the Apache DolphinScheduler community by:

Landscapes



  

DolphinScheduler enriches the CNCF CLOUD NATIVE Landscape.