如何在 Kusto 中 运行 预定函数?

How to Run scheduled functions in Kusto?

我有一个 Kusto table,它有传入的流数据。但是,我需要将每天的聚合存储在另一个 table 中。有没有办法在 Kusto 中 运行 计划函数,例如 运行 午夜并将结果提取到聚合 table 中?如果不是,我怎样才能实现我的目标?是否有一些可用的连接器可以实现此目的?

Materialized views is the ideal solution for it. Please note that materialized views over table with streaming data is now in private preview so you will need to open a support ticket for it. See the applicable comment in "create materialized views" document:

Materialized views over streaming ingestion tables are supported in preview mode. Enabling this feature on your cluster requires creating a support ticket.