Arosy
Arosy
> Since this is a new feature, please change this to `DSIP`, you need to follow #14102 I have made the modifications according to the DSIP format. What do I...
I can't agree more with your advice ,really need refactoring code.
very thank you,this is PR https://github.com/apache/dolphinscheduler-website/pull/943
The DSIP has been added to OSPP, no further development needs to be specified.
How about this 1. Remove the selection boxes for Run Type, and add dependency package parameters. If this parameter is empty, it means fat jar, and if it is not...
> > The DSIP has been added to OSPP, no further development needs to be specified. > > Why can this be added to OSPP so casually? OSPP has a...
Don't be discouraged. Keep going and keep up the good work.
Plan One: Configure Workflow: ```sql # black list delete from t_ds_task_instance where (project_code in ($project_code) or process_instance_id in (select id from t_ds_process_instance where process_definition_code in ($process_definition_code))) and start_time < NOW()...
How about this plan? Optimization Plan One: After the workflow development is completed, it will be added to the initialization script of DS's database, along with detailed documentation, so that...
> > Plan One: Configure Workflow: > > ```sql > > # black list > > delete from t_ds_task_instance > > where (project_code in ($project_code) > > or process_instance_id in...