It would be great to have an outbound connector on output tools for 2 reasons:
a) if this outbound connector can carry key results of the output process, this can be saved in an audit log. For example - rowcounts; success/failure. This kind of capabiltiy (to generate a log, or to be able to check the rowcount of rows committed to a database) is important for any large BI ETL process
b) this woudl also allow the process to continue after the output process and also act as a flow of control. For example:
- First output the product dimension
- once done - then connect (using the outbound connector) to the next macro which then updates the Sales fact table using this product dimension (foreign key dependancy)