That's what I've done in the past. On Wed, Jul 25, 2012 at 9:24 AM, Mike G <[email protected]> wrote:
> If I want to do pre and post execution actions such as "truncate table", > "drop indexes", "recreate indexes" etc...how do I do this using the Rhino > Etl dsl? It seems that a Process can only be composed of Operations. And > operations can only receive and return IEnumerable<Row>, and are put in the > pipeline stream, so for example having an operation run as the last thing > in the execution (and not before) seems impossible. > > Should I just create fake Operations to house these "non-operation" > actions? > > -- > You received this message because you are subscribed to the Google Groups > "Rhino Tools Dev" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/rhino-tools-dev/-/2zDD5ha4-5oJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rhino-tools-dev?hl=en. > -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
