listenLearning opened a new issue #6145:
URL: https://github.com/apache/dolphinscheduler/issues/6145


   
我有一个使用上的问题,就是,我之前使用的是airflow,然后我的项目是每2小时运行一次,假设现在有两个项目a和b,b项目需要依赖a项目中的某个任务完成之后才会继续执行,比如这是我的主题A,其中export_middle_task是我主题b的依赖
   
![image](https://user-images.githubusercontent.com/25893114/132611979-47b9fdc3-3fd4-4a0b-b966-ca37cbfc3376.png)
   这个是主题b,他会依赖主题a,都是在同一个小时内的任务
   
![image](https://user-images.githubusercontent.com/25893114/132612057-7e8ddb5e-0aa4-4843-9ade-a1b6d5d4cd1b.png)
   我尝试这用ds去实现类似的功能,
   
![image](https://user-images.githubusercontent.com/25893114/132612154-72a5c7aa-dcce-418b-9bc3-835e5aeac7d3.png)
   但是,从昨晚,到今天,我的任务一直在执行中,并没有执行成功
   
![image](https://user-images.githubusercontent.com/25893114/132612224-b683b1e0-c4f9-46ee-a467-972c7082dc8c.png)
   所以我想问一下,我该怎么去实现这个功能?或者ds是否能实现这样的功能?
   


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