You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/08/12 03:07:49 UTC

[GitHub] [dolphinscheduler] atai-555 commented on issue #5969: [Question] Why scheduleTime was added by one day when run complement data?

atai-555 commented on issue #5969:
URL: https://github.com/apache/dolphinscheduler/issues/5969#issuecomment-897312165


   > 1. When you choose to supplement the data and run the workflow, dolphinscheduler will default the date +1, you can find the relevant date configuration instructions here:https://dolphinscheduler.apache.org/zh-cn/docs/latest/user_doc/system-manual.html
   > 2. If you are not supplementing data, you can try $[yyyyMMdd-1]
   
   Thanks for your reply, I found the configuration instructions now after your help. 
   The configuration instructions said: The day before the scheduled time of the daily scheduling instance, the format is yyyyMMdd, when the data is supplemented, the date is +1.
   
   I have a specific problem, I have two workflows ODS_01 and DWD_01,Dwd_01 depends on ODS_01. Today, ODS_01 was executed through the daily scheduling instance(scheduleTime is 2021-08-12 03:00:00), but DWD_01 was not executed. I started DWD_01 through the data complement task(scheduleTime is 2021-08-11 03:00:00), but because their dates were inconsistent, DWD_01 could not find the successful ODS_01 instance when checking whether the pre-dependent was completed.So it's been impossible to execute. 
   Any reply would be appreciated.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org