且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在 Snowflake 中是否可以自动合并?

更新时间:2023-12-04 19:22:04

如果你的脚本只包含 SQL 命令(或者可以用 JS 编写的命令),你可以创建一个存储过程来调用它们,然后创建一个任务每天运行此程序.

If your script contains only SQL commands (or commands that can be written in JS), you can create a stored procedure to call them, and then create a task to run this procedure on every day.

https://docs.snowflake.com/en/sql-reference/stored-procedures-usage.html

https://docs.snowflake.com/en/user-guide/tasks-intro.html