Chris-Arith commented on issue #12191: URL: https://github.com/apache/dolphinscheduler/issues/12191#issuecomment-1261115520
> Just copy to other project? Because my understanding of the project is a kind of work that has been demarcated, if a person with high authority can call the task's transformation from multiple projects, it will break this project definition. WDYT We create projects according to business purpose. For example, firstly, we ingest data from marketing department then resulting to an ads_xxx table after transform. After that ads_xxx will be loaded into doris, and then finance department can see the report based on doris. These two steps belongs to different projects, sometimes finance department need the latest data, so we need to run these two processes in order and that why we use java to call DS apis manually to run these processes. I don't know wether we use it correctly, maybe there is a better way to handle it gracefully? -- 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]
