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

Problem setting batchSize for REST Sink in ADF Dataflow #698

Open
etric opened this issue Oct 23, 2024 · 0 comments
Open

Problem setting batchSize for REST Sink in ADF Dataflow #698

etric opened this issue Oct 23, 2024 · 0 comments

Comments

@etric
Copy link

etric commented Oct 23, 2024

In ADF Dataflow with the Sink of type "REST" there are problems saving batchSize value.

If I run (Debug) the pipeline using this dataflow immediately after I put the batchSize value, then it works.
But if I refresh the page or try to run pipeline later after some other changes have been made, then I can see that batchSize field is empty (on UA) and I get an error during the runtime showing me that the data wasn't batched before sending to REST endpoint.

Also on UI the Batch Size input box expects the value to be of String datatype, but then when I run the pipeline, I get the error that batchSize is expected to be an integer.

If I put a numeric value for batchSize (e.g. 100), then field validation fails and value is swept out after page reshesh.

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

1 participant