Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on October 20, 2020 6:59AM
Likes: 0
Replies: 1
Hi i am trying to create a project structure as below image.
The arrows represent etl operational recipe or model recipe.
I need to write my plugin output to the common output dataset where it will be sent for reporting layer.
how can i do this, adding the rows into the dataset every time i run the flow or model.
please share a sample project bundle for a better understanding.
Thanks
Hi @sasidharp
If you need to combine the results of your projects into a common dataset, you will need a commonplace to do this.
This could either be:
In this commonplace project, you will combine your outputs (using a stack or prepare recipe) and then push into your reporting layer (assuming it's indeed a push and not a pull).
I hope this helps!