We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Noticed datatype issue in the target in Stitch, found that the schema for project does not format starts_on or ends_on as a date.
starts_on
ends_on
See
tap-harvest/tap_harvest/schemas/projects.json
Lines 65 to 70 in 1d0b5bd
Proposed Solution: Add "format": "date-time" to schema
"format": "date-time"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Noticed datatype issue in the target in Stitch, found that the schema for project does not format
starts_on
orends_on
as a date.See
tap-harvest/tap_harvest/schemas/projects.json
Lines 65 to 70 in 1d0b5bd
Proposed Solution:
Add
"format": "date-time"
to schemaThe text was updated successfully, but these errors were encountered: