-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
SequenceWriter
does not create multiple docs in a single yaml file
#163
Comments
Can you put the stack trace you get? |
@dcoraboeuf There are no stacktraces since the above code is not throwing any exception. Its working but the second |
This is odd. When I try to recreate the problem, I actually get an exception (with 2.10.1). But at any rate I think things are not working, even if there are different failure modes. |
@cowtowncoder I am also using |
But I think the real problem is that |
SequenceWriter
does not create multiple docs in a single yaml file
Hi @cowtowncoder, Do you have an ETA for when 2.10.2 will be released? |
@sishbi I think it should be released before end of the year, depending on when I have time to cut full minor release. So probably in 2 weeks or so. |
Hi,
I am trying to use
SequenceWriter
as suggested here to serial objects to multidocs but unsuccessful in doing do. Here is my code :Could you please advice me the way to serialize objects into multidocs in a single yaml file.
The text was updated successfully, but these errors were encountered: