Skip to content

Platform should validate an entered cron expression to align frontend and backend error handling #40715

@hongbo-miao

Description

@hongbo-miao

Topic

airbyte-webapp

Relevant information

Currently 0 0 15 * * 1 shows valid in the UI, but it is not.
The good thing is when you click "save changes", it shows invalid.

The correct one is 0 0 15 ? * 1.

It will be great to let the UI shows invalid for 0 0 15 * * 1 as well. 😃

image

https://www.javainuse.com/cron is good resource to validate whether it is actually valid.

You can see 0 0 15 * * 1 is invalid:
image

You can see 0 0 15 ? * 1 is invalid:

image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions