Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
用例:
尝试创建一个管道,该管道从源 SQL 接收批量数据,并基于一列下沉到目标 SQL 中的不同表。该列专用于目标中的表名。
我在数据流中声明了一个参数,该参数需要根据列值进行更新,并使用与接收器中的动态表名相同的值。
有什么想法吗 ?
据我所知,这是不可能的。
根据this document,您可以从数据流中的管道获取值并更改它们,但不能从数据流中更新它们。
希望这可以帮到你。