Mitch Eccles
10/12/2022, 2:59 PM<https://my-airbyte-endpoint/api/v1/connections/create|api/v1/connections/create> and I'm receiving an error: Errors: supply old or new schedule schema but not both . I'm not sure why I am seeing this error, as I have basically copied the schedule schema from the documented example on the API documentation. My schedule looks likes like this:
"schedule": {
"units": 24,
"timeUnit": "hours"
},
"scheduleType": "basic",
"scheduleData": {
"basicSchedule": {
"timeUnit": "hours",
"units": 24
}
},
What am I doing wrong? And where can I find documentation on the old or new schedule schema?
I'm using airbyte 0.40.4user
10/12/2022, 3:03 PMMitch Eccles
10/12/2022, 3:04 PMscheduleType keyJordan Young
12/13/2022, 9:05 PM