gpt4 book ai didi

pipeline - "rerun in upstream in pipeline"是什么意思?

转载 作者:行者123 更新时间:2023-12-02 09:14:10 28 4
gpt4 key购买 nike

我正在数据工厂中定义管道,我纠正了一些错误。第一个事件是调用 usql 脚本进行一些聚合,我更改了脚本很多时间,但错误仍然是:

[{"errorId":"E_CSC_USER_SYNTAXERROR","severity":"Error","component":"CSC","source":"USER","message":"syntax error. Final statement did not end with a semicolon","details":"at token 'usql', line 4\r\nnear the ###:\r\n**************\r\nCLARE @lineitemsfile string = \"/datalakerepo/input/2016/01/01lineitems.txt\";\nDECLARE @ordersfile string = \"/datalakerepo/input/2016/01/01orders.txt\";\nsales.usql ### \n","description":"Invalid syntax found in the script.","resolution":"Correct the script syntax, using expected token(s) as a guide.","helpLink":"","filePath":"","lineNumber":4,"startOffset":228,"endOffset":232}].

似乎并非所有 usql 脚本都是从数据工厂读取的,所以我认为这可能是“在管道上游重新运行”与此有关,例如清除先前脚本的缓存。

有人知道“在管道上游重新运行”是做什么的吗?非常感谢!

最佳答案

“在管道中重新运行上游”基本上意味着“使用所有依赖项重新计算”。例如,如果有 pipeline1 -> dataset1 -> pipeline2 并尝试使用依赖项重新运行 pipeline2,则 pipeline1pipeline2 都会被执行。我相信它与单个管道中的多个链式事件的工作原理相同。

关于pipeline - "rerun in upstream in pipeline"是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47173919/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com