healchow commented on code in PR #8397:
URL: https://github.com/apache/inlong/pull/8397#discussion_r1250556048
##########
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/audit/AuditRequest.java:
##########
@@ -50,9 +50,11 @@ public class AuditRequest {
@ApiModelProperty(value = "sink id")
private Integer sinkId;
- @ApiModelProperty(value = "query date, format by 'yyyy-MM-dd'", required =
true, example = "2022-01-01")
- @NotBlank(message = "dt not be blank")
- private String dt;
+ @ApiModelProperty(value = "query start date, format by 'yyyy-MM-dd'",
required = true, example = "2022-01-01")
Review Comment:
Those two params are required? Can we be compatible, and only query the data
of the last 1 day, 2 days or 7 days if it is not provided?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]