jieguangzhou opened a new pull request, #10407:
URL: https://github.com/apache/dolphinscheduler/pull/10407

   <!--Thanks very much for contributing to Apache DolphinScheduler. Please 
review 
https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html
 before opening a pull request.-->
   
   
   ## Purpose of the pull request
   
   [DVC (Data Version Control)](https://dvc.org) is an excellent open-source 
version control system for machine learning projects.
   
   The DVC plugin is used to use the data version management function of DVC on 
DolphinScheduler, helping users to carry out data version management easily.
   
   The plugin provides the following three functions:
   
   - Init DVC: Initialize the Git repository as a DVC repository and bind the 
address where the data is stored to store the actual data.
   - Upload: Add or update specific data to the repository and record the 
version tag.
   - Download: Download a specific version of data from the repository.
   
   This PR close to #10372.
   
   
   ## Brief change log
   
   <img width="503" alt="image" 
src="https://user-images.githubusercontent.com/31528124/173105067-9e433f42-d274-424c-99b3-68fe49c4f47b.png";>
   <img width="497" alt="image" 
src="https://user-images.githubusercontent.com/31528124/173105092-1ab22b79-c092-4abb-9b48-7938e3fe5b44.png";>
   <img width="503" alt="image" 
src="https://user-images.githubusercontent.com/31528124/173105139-b20d4364-97ea-4580-81ea-d325828ddd4f.png";>
   
   
   ## Verify this pull request
   
   <!--*(Please pick either of the following options)*-->
   
   Verified by unit test.


-- 
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