BoYiZhang opened a new issue #3820:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3820


   
   Support project import / export function plan
   
   
   1. current scheduling does not support migration. For example, migration 
from development environment to production system.
   
   Therefore, you need to add a field code to support data import and export, 
and use code to maintain the logical relationship between data
   
   
   Project management: import / export [project, process definition, file 
management, UDF resource, data source] as required
   
   process definition: import and export
   
   Resource Center [file management, UDF resources, UDF functions]: import and 
export
   ----------------
   
   project download:
   
![image](https://user-images.githubusercontent.com/39816903/94238305-bfdbd100-ff42-11ea-825d-05b3b15eae13.png)
   
   
   process definition
   
![image](https://user-images.githubusercontent.com/39816903/94238236-a3d82f80-ff42-11ea-82c8-d9490bed95f2.png)
   
   
   resources:
   
![image](https://user-images.githubusercontent.com/39816903/94237987-404e0200-ff42-11ea-94a2-6d1250953520.png)
   
   
   datasource:
   
![image](https://user-images.githubusercontent.com/39816903/94237910-23b1ca00-ff42-11ea-8c5c-72f448e78c15.png)
   
   
   
   
   
   2.process definition, support to create directory
   
   
   process definition
   
![image](https://user-images.githubusercontent.com/39816903/94238236-a3d82f80-ff42-11ea-82c8-d9490bed95f2.png)
   
   
   
   3. db table change
   
   t_ds_project  [Add field code ]
   
   t_ds_process_definition [ Add field code ,parent_code,is_directory, update  
project_id -> project_code , resource_ids -> resource_codes ]
   
    t_ds_datasource               [Add field code]
   t_ds_udfs                   [add field code, update field resource_id -> 
resource_code ]
   
   
   
   
   
   
   


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

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


Reply via email to