Source Paystack: certify to Beta (#24247)
* specified date format in spec, added expected records * Automated Change * added changelog * auto-bump connector version --------- Co-authored-by: darynaishchenko <darynaishchenko@users.noreply.github.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
"title": "Start Date",
|
||||
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$",
|
||||
"description": "UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.",
|
||||
"examples": ["2017-01-25T00:00:00Z"]
|
||||
"examples": ["2017-01-25T00:00:00Z"],
|
||||
"format": "date-time"
|
||||
},
|
||||
"lookback_window_days": {
|
||||
"type": "integer",
|
||||
|
||||
Reference in New Issue
Block a user