Skip to content

Commit

Permalink
[INLONG-11551][Manager] Add schedule engine to group info result
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloys Zhang committed Nov 28, 2024
1 parent 459a2ef commit 45fe021
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ public abstract class InlongGroupInfo extends BaseInlongGroup {
@ApiModelProperty("Schedule type")
private Integer scheduleType;

// schedule engine type, support [Quartz, Airflow, DolphinScheduler]
@ApiModelProperty("Schedule engine")
private String scheduleEngine;

// time unit for offline task schedule interval, support [month, week, day, hour, minute, oneround]
// Y=year, M=month, W=week, D=day, H=hour, I=minute, O=oneround
@ApiModelProperty("TimeUnit for schedule interval")
Expand Down

0 comments on commit 45fe021

Please sign in to comment.