liunaijie commented on PR #6549:
URL: https://github.com/apache/seatunnel/pull/6549#issuecomment-2011100890

   > Why do you need this feature?
   
   For now, if we run jobs within mutiple command, like this
   ```
   container.executeJob("conf1");   
   container.executeJob("conf2")
   ```
   the con2 can't use conf1  sink result as source.
   
   like conf1 sink is the local file, conf2 want read from this local file 
rather than generate data manually.
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to