We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b886328 commit 9c970c5Copy full SHA for 9c970c5
airbyte-webapp/src/pages/connections/ConnectionTimelinePage/types.ts
@@ -232,7 +232,6 @@ export const patchFields = Object.keys(connectionSettingsUpdateEventSummaryPatch
232
>;
233
234
export const connectionSettingsUpdateEventSummarySchema = yup.object({
235
- startTimeEpochSeconds: yup.number().required(),
236
patches: yup
237
.object(connectionSettingsUpdateEventSummaryPatchesShape)
238
// ensure that at least one of the known patch fields is present
0 commit comments