You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding Postgres source, a field is asking for start_date, and apparently, we need the format YYYY-MM-DD, otherwise it won't work. We need to make it explicit in the placeholder, such as in the screenshot.
Another solution is to put the format as a description, what do you think @cgardens ?
Current Behavior
There is no info about which format is expected for the date.
The text was updated successfully, but these errors were encountered:
@jamakase for this let's take a similar approach as with the descriptions. We will populate the examples field on the field there is an example we want to show. According to the jsonschema spec it looks like examples is expected to be an array of strings. you can assume that the first element in the array, if it exists is the one we want to display. Does that work?
Expected Behavior
When adding Postgres source, a field is asking for start_date, and apparently, we need the format YYYY-MM-DD, otherwise it won't work. We need to make it explicit in the placeholder, such as in the screenshot.
Another solution is to put the format as a description, what do you think @cgardens ?
Current Behavior
There is no info about which format is expected for the date.
The text was updated successfully, but these errors were encountered: