Skip to content
New issue

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

Datetime Format Not RFC3339 #27

Open
dmosorast opened this issue Sep 5, 2018 · 1 comment
Open

Datetime Format Not RFC3339 #27

dmosorast opened this issue Sep 5, 2018 · 1 comment
Assignees

Comments

@dmosorast
Copy link

dmosorast commented Sep 5, 2018

This came up yesterday, when one of my colleagues was using tap-redshift with target-stitch, running under Knots. It errored out on the target side with this message (among the other pieces of a schema error):

CRITICAL #/_sdc_batched_at: [2018-08-30T19:48:57.974000] is not a valid date-time. Expected [yyyy-MM-dd’T’HH:mm:ssZ, yyyy-MM-dd’T’HH:mm:ss.[0-9]{1,9}Z]

Thought I'd open up an issue to track this. The Singer Best Practices suggest RFC3339 as the format for date-times that are emitted by taps, and Stitch's Import API actually requires this.

@rflprr
Copy link
Contributor

rflprr commented Sep 14, 2018

Tap-Redshift: Datetime Format Not RFC3339

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants