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/11/09 09:24:44 UTC

[GitHub] [dolphinscheduler] shangeyao opened a new issue #6760: [Bug] [Dao] The format of dependent tasks is task name

shangeyao opened a new issue #6760:
URL: https://github.com/apache/dolphinscheduler/issues/6760


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   Now I set up a definition of process below.
   ![image](https://user-images.githubusercontent.com/42203474/140896474-b07f8ef1-1a38-4d38-b071-054bd48b14ae.png)
   ![image](https://user-images.githubusercontent.com/42203474/140896534-ac52af07-91df-4d91-abca-1d8254ee3f24.png)
   Then I found that the data store by the column **task_params** (json format) below into the table **t_ds_task_definition**.
   {
      "relation": "AND",
      "dependItemList": [{
       "depTasks": "job_a",
       "cycle": "day",
       "dateValue": "today",
       "projectCode": 851275532173312,
       "definitionCode": 851275583815680
   }
   When I change the name of task definition such as job_a into job_b, then column **task_params** remain the same.
   It may cause a error about dependent task.
   Maybe we can use code instead of name.
   
   
   ### What you expected to happen
   
   Above.
   
   ### How to reproduce
   
   Above.
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


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



[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #6760: [Bug] [Dao] The format of dependent tasks is task name

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #6760:
URL: https://github.com/apache/dolphinscheduler/issues/6760#issuecomment-963965171


   Hi:
   * Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can subscribe to the developer's email,Mail subscription steps reference https://dolphinscheduler.apache.org/en-us/community/development/subscribe.html ,Then write the issue URL in the email content and send question to dev@dolphinscheduler.apache.org.


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



[GitHub] [dolphinscheduler] caishunfeng closed issue #6760: [Bug] [Dao] The format of dependent tasks is task name

Posted by GitBox <gi...@apache.org>.
caishunfeng closed issue #6760:
URL: https://github.com/apache/dolphinscheduler/issues/6760


   


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



[GitHub] [dolphinscheduler] lenboo commented on issue #6760: [Bug] [Dao] The format of dependent tasks is task name

Posted by GitBox <gi...@apache.org>.
lenboo commented on issue #6760:
URL: https://github.com/apache/dolphinscheduler/issues/6760#issuecomment-963998717


   This issue is the same as  #6682 


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