vitorsantos-commits opened a new issue, #8035:
URL: https://github.com/apache/hop/issues/8035

   ### What would you like to happen?
   
   Description:
   Currently, generating a full golden dataset for unit tests requires manual 
workarounds (like mapping a Text File Output to the exact dataset CSV path). 
Generating datasets automatically via automated runners is also difficult. I 
propose a unified "2-in-1" solution to solve both GUI and pipeline execution 
friction.
   
   The Unified Proposal:
   
   The Engine ("Write to Dataset" Transform): Introduce a new transform 
dedicated to writing rows directly into a Unit Test Dataset. This allows 
developers to programmatically generate test data during headless executions 
(hop-run) without hardcoding file paths.
   
   The GUI Shortcut (UI Integration): Enhance the "Create dataset" dialog in 
the UI. When a user creates a dataset from a transform's output, add a choice 
between "Current rows" (UI cached limit) and "All rows". Choosing "All rows" 
would simply trigger a background execution utilizing the new "Write to 
Dataset" transform logic to stream the full output seamlessly.
   <img width="814" height="439" alt="Image" 
src="https://github.com/user-attachments/assets/bbd01d79-d691-4fd2-9613-80a736a80edb";
 />
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Hop Gui


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to