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 2022/08/23 11:04:09 UTC

[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #11615: [Feature][Module Name] Pedigree analysis support

github-actions[bot] commented on issue #11615:
URL: https://github.com/apache/dolphinscheduler/issues/11615#issuecomment-1223908621

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
   
   
   ### Description
   
   The current dolphinscheduler is still too complicated to configure, and often requires pointing and clicking, which is a pain in the ass.
   I was wondering if we could just parse a sql into a DAG for scheduling. This becomes a task similar to flinksql, source->map->sink.
   Then source corresponds to: probe dependent partition [select from table partition] whether to generate +select operation, sink corresponds to insert operation.
   
   <img width="1135" alt="图片" src="https://user-images.githubusercontent.com/60029759/186134686-a769465e-8f71-4112-990a-d665f749adc6.png">
   
   Production practice articles:
   https://dolphinscheduler.apache.org/zh-cn/blog/How_Does_Ziru_Build_A_Job_Scheduling_System_Popular_Among_Data_Analysts.html
   
   ### Use case
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a 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