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
The snowflake table definition shows that the columns are date types but when the tap extracts them it returns a string in the format of a timestamp '2021-03-19T00:00:00+00:00' so target validation fails. The json schema for the record looks to be correct {'format': 'date', 'type': ['string', 'null']}.
The text was updated successfully, but these errors were encountered:
The snowflake table definition shows that the columns are date types but when the tap extracts them it returns a string in the format of a timestamp
'2021-03-19T00:00:00+00:00'
so target validation fails. The json schema for the record looks to be correct{'format': 'date', 'type': ['string', 'null']}
.The text was updated successfully, but these errors were encountered: