1
0
mirror of synced 2025-12-30 03:02:21 -05:00

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:
Daryna Ishchenko
2023-03-21 17:49:18 +02:00
committed by GitHub
parent 1a3201b900
commit e6edd81495
8 changed files with 71 additions and 9 deletions

View File

@@ -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",