Skip to content
Discussion options

You must be logged in to vote

Hi @ossDataEngineer,

I had a quick look of your pipelines/workflow.

First, you are not implementing the CURRENT_BATCH_COUNT as described in the previous post. The value of the counter must be input from the child pipeline, not calculated into the grandchild one. If you need to use that as a "variable", it actually has to be passed as a parameter in the grandchild pipeline.

Regarding the SUCCESS_ and FAILED_RECORD_COUNT, the behaviour is coherent with the fact that you're not returning the variable to the workflow after setting it, so it is reset at each iteration. To get what you need, I would proceed like this:

  • in the grandchild pipeline, add a Group by transform at the end of the succe…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@dave-csc
Comment options

@ossDataEngineer
Comment options

@ossDataEngineer
Comment options

@dave-csc
Comment options

Answer selected by ossDataEngineer
@ossDataEngineer
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants