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.
我尝试在雪花任务中使用变量,但收到错误消息。我读到该任务只能包含一个语句,我认为这可能是失败的原因 - 在变量设置之后必须是';' - wchich 表示至少有两条语句:变量声明和主sql脚本。或者也许我在文档中遗漏了一些重要的东西?
有没有办法在雪花任务中放置变量?如果不是,那么最好的解决方法是什么?
如果您想在雪花任务中使用多个语句,我建议在任务中使用存储过程。
目前,一个任务可以执行一条 SQL 语句,包括对存储过程的调用。
https://docs.snowflake.com/en/user-guide/tasks-intro.html