1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Source Iterable: Mark datefields in spec as dates (#22979)

* Source Iterable: Mark datefields in spec as dates

* Update changelog

* auto-bump connector version

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
This commit is contained in:
Arsen Losenko
2023-03-02 10:11:16 +02:00
committed by GitHub
parent 4b0643f52b
commit 73ae4f22a2
6 changed files with 8 additions and 5 deletions

View File

@@ -20,7 +20,8 @@
"description": "The date from which you'd like to replicate data for Iterable, in the format YYYY-MM-DDT00:00:00Z. All data generated after this date will be replicated.",
"examples": ["2021-04-01T00:00:00Z"],
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$",
"order": 1
"order": 1,
"format": "date-time"
}
}
}