Aaron Wang
508e49c486
#4110 : fix: PULL_REQUEST_TEMPLATE.md dead link ( #14163 )
2 years ago
Aaron Wang
708086c8fe
fix: PULL_REQUEST_TEMPLATE.md dead link ( #14163 )
2 years ago
Aaron Wang
bc9ace8957
#4109 : [Bug][Worker] generate kill command with unknown user: default ( #14145 )
2 years ago
Aaron Wang
5e87b2d58a
[Bug][Worker] generate kill command with unknown user: default ( #14145 )
2 years ago
Rick Cheng
6869ef5197
#4108 : [Improv-14083][Resource Center] Handle deleteSource in OSS / S3 / GCS ( #14084 )
2 years ago
Rick Cheng
428f1559a3
[Improv-14083][Resource Center] Handle deleteSource in OSS / S3 / GCS ( #14084 )
2 years ago
秋天
ec24c12b53
#4107 : [fix-11321][ui] fix create workflow contains chunjun node failed ( #11979 )
2 years ago
秋天
9979ea3467
[fix-11321][ui] fix create workflow contains chunjun node failed ( #11979 )
2 years ago
Alex Ting
2bc37a5e41
#4106 : [Fix-13381][plugin] fix error while parsing hive load sql ( #13378 )
...
* [fix][task plugin][task sql] fix parsing error while using variables sometimes parsing exception happened if task sql contains a variable followed by \" or \' .
for example:
input sql: load inpath '/tmp/test_table/dt=${dt}'
into table test_table partition(dt=${dt})
after replace: preparing : load inpath '/tmp/test_table/dt=?
into table test_table partition(dt=?)
2 years ago
Alex Ting
606b56403e
[Fix-13381][plugin] fix error while parsing hive load sql ( #13378 )
...
* [fix][task plugin][task sql] fix parsing error while using variables sometimes parsing exception happened if task sql contains a variable followed by \" or \' .
for example:
input sql: load inpath '/tmp/test_table/dt=${dt}'
into table test_table partition(dt=${dt})
after replace: preparing : load inpath '/tmp/test_table/dt=?
into table test_table partition(dt=?)
2 years ago
Wenjun Ruan
02a162daa7
#4105 : Fix task exception might not exist in task instance log ( #14085 )
2 years ago
Wenjun Ruan
05df0269f6
Fix task exception might not exist in task instance log ( #14085 )
2 years ago
Kerwin
463fed64c2
#4104 : [Feature-#14148][Task] Added status check interval and dependent failure policy parameters for dependent task nodes ( #14150 )
...
* Added a dependent task failure policy in the dependent task node
2 years ago
Kerwin
8315279620
[Feature-#14148][Task] Added status check interval and dependent failure policy parameters for dependent task nodes ( #14150 )
...
* Added a dependent task failure policy in the dependent task node
2 years ago
Jay Chung
0bd49f2146
#4103 : fix: Save task seatunnel error ( #14129 )
2 years ago
Jay Chung
56b0f91f6e
fix: Save task seatunnel error ( #14129 )
2 years ago
calvin
14f10a0128
#4102 : [Improvement-14112][UI] Add a quick link to visit workflow instances of the current workflow. ( #14134 )
2 years ago
calvin
03ff78fdcb
[Improvement-14112][UI] Add a quick link to visit workflow instances of the current workflow. ( #14134 )
2 years ago
Kerwin
d6512d2e48
#4101 : revert [fix-#13956] [Master]taskId is null cause NPE #13980 ( #14142 )
2 years ago
Kerwin
c6512edc3a
revert [fix-#13956] [Master]taskId is null cause NPE #13980 ( #14142 )
2 years ago
Kerwin
aa51e340eb
#4100 : Fix dependent task nodes in workflow instances cannot display data ( #14141 )
2 years ago
Kerwin
503d54aff9
Fix dependent task nodes in workflow instances cannot display data ( #14141 )
2 years ago
Kerwin
f2f8c8d2e3
#4099 : fix error TS2339: Property '' does not exist on type CreateComponentPublicInstance ( #14144 )
2 years ago
Kerwin
8583de878b
fix error TS2339: Property '' does not exist on type CreateComponentPublicInstance ( #14144 )
2 years ago
fuchanghai
08e34a83cb
#4098 : [fix-#13940] add status of ``` stop``` in class of TaskExecutionStatus ( #14016 )
2 years ago
fuchanghai
67f50e3904
[fix-#13940] add status of ``` stop``` in class of TaskExecutionStatus ( #14016 )
2 years ago
Rick Cheng
a0e0243f9a
#4097 : Add supported operations of workflow definition ( #14122 )
2 years ago
Rick Cheng
db2da822de
Add supported operations of workflow definition ( #14122 )
2 years ago
calvin
9fe743e05a
#4096 : fix syntax errors ( #14124 )
2 years ago
calvin
f0881b65a1
fix syntax errors ( #14124 )
2 years ago
Aaron Wang
3a9896d9b3
#4095 : [Bug-14105][Task] Replace default tenant when downloading resource ( #14106 )
2 years ago
Aaron Wang
74ed7856bc
[Bug-14105][Task] Replace default tenant when downloading resource ( #14106 )
2 years ago
calvin
e3d8efab1a
#4094 : [Improvement-14111][UI] Add a tooltip for the copy button of workflow definition. ( #14116 )
2 years ago
calvin
f384d71da0
[Improvement-14111][UI] Add a tooltip for the copy button of workflow definition. ( #14116 )
2 years ago
Aaron Wang
13e6caf4b9
#4093 : [Improvement-13868][K8S Task] Support the custom labels for k8s task ( #14067 )
...
* [Improvement-13868] Support the custom labels for k8s task
* fix front-end type mismatched
2 years ago
Aaron Wang
c3809fbecf
[Improvement-13868][K8S Task] Support the custom labels for k8s task ( #14067 )
...
* [Improvement-13868] Support the custom labels for k8s task
* fix front-end type mismatched
2 years ago
Jay Chung
f73d24b037
#4092 : chore: roadmap should not label stale ( #14103 )
2 years ago
Jay Chung
2124a95081
chore: roadmap should not label stale ( #14103 )
2 years ago
Aaron Wang
9ca38bf989
#4091 : [improv][Resource Center] Implement getResourceFileName in StorageOperator ( #14097 )
2 years ago
Aaron Wang
1e3ae7b942
[improv][Resource Center] Implement getResourceFileName in StorageOperator ( #14097 )
2 years ago
Kerwin
88bd0b3e46
#4090 : Added 3.1.6 release document ( #14100 )
2 years ago
Kerwin
8944fdc622
Added 3.1.6 release document ( #14100 )
2 years ago
JieguangZhou
b4265c271a
#4089 : [CI] Try fix api test error ( #14094 )
...
* try fix api test error
* add workergroupapitest to ci and fix log output
* fix log output
* skip remote shell UT
---------
Co-authored-by: SbloodyS <460888207@qq.com>
2 years ago
JieguangZhou
a3b2cc0275
[CI] Try fix api test error ( #14094 )
...
* try fix api test error
* add workergroupapitest to ci and fix log output
* fix log output
* skip remote shell UT
---------
Co-authored-by: SbloodyS <460888207@qq.com>
2 years ago
openopen2
3bb62020fa
#4088 : [Doc] Fix upgrade-schema.sh cannot load driver class ( #14072 )
...
* fix upgrade-schema.sh cannot load driver class
When initializing and creating related tables for the first time, the support of related jdbc drivers is required. This article omits placing jdbc drivers in the tools directory.
* Update datasource-setting.md
update english doc
2 years ago
openopen2
fc97118bdc
[Doc] Fix upgrade-schema.sh cannot load driver class ( #14072 )
...
* fix upgrade-schema.sh cannot load driver class
When initializing and creating related tables for the first time, the support of related jdbc drivers is required. This article omits placing jdbc drivers in the tools directory.
* Update datasource-setting.md
update english doc
2 years ago
Drake Youngkun Min
3c129c585b
#4087 : RECOVER_TOLERANCE_FAULT_PROCESS CommandType needs the start parameters ( #13958 )
2 years ago
Drake Youngkun Min
801216bd35
RECOVER_TOLERANCE_FAULT_PROCESS CommandType needs the start parameters ( #13958 )
2 years ago
He Zhao
b9a676b412
#4086 : [feature][plugin] Add snowflake datasource in datasource plugin ( #13729 )
...
---------
Co-authored-by: weitong <weitong@cisco.com>
2 years ago
He Zhao
f1e78627fc
[feature][plugin] Add snowflake datasource in datasource plugin ( #13729 )
...
---------
Co-authored-by: weitong <weitong@cisco.com>
2 years ago