Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: sassy1I have a very complicated graph and need to break it into 3 parts: an "Extract" graph that stages the data, an "Enrichment" graph that processes the data, and an "Output" graph that deals with the 4 outputs (going to .csvs).
Support suggested the following: "If you wish to run, say, 3 graphs in a specific order, you would use the CLOCK connections to link the Execute BRX nodes together, to ensure they will run in the order you wish. And each .brx you execute can in-and-of-itself have an Execute BRX node that will start yet another level of sub-graph."
Does anyone have an example of a graph calling a graph or is there any documentation on this?
Another solution suggested was "You would do so (in general) through a shell script that executed the graphs in order and setup whatever parameters each graph required to run correctly. " Are there examples of this? I haven't worked with parameters yet so I need some guidance on how to code/use these in shell scripts passing to graphs.
Any help would be very much appreciated.
Thanks!