From 6e6dca38b76a4461707c17fb0e17835bbd4cc1e7 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 20:18:22 -0700 Subject: [PATCH] update live mv table name (#1725) (#1728) (cherry picked from commit 411f33a154264b391df8dff751735dd51ebde67a) Signed-off-by: YANGDB Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] (cherry picked from commit aa2d5ce996f779eac0cd7736bfada8afb6e3aed0) --- .../repository/aws_vpc_flow/assets/vpc_live_all_mv-1.0.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/adaptors/integrations/__data__/repository/aws_vpc_flow/assets/vpc_live_all_mv-1.0.0.sql b/server/adaptors/integrations/__data__/repository/aws_vpc_flow/assets/vpc_live_all_mv-1.0.0.sql index 98a5da2a45..155c4f41bf 100644 --- a/server/adaptors/integrations/__data__/repository/aws_vpc_flow/assets/vpc_live_all_mv-1.0.0.sql +++ b/server/adaptors/integrations/__data__/repository/aws_vpc_flow/assets/vpc_live_all_mv-1.0.0.sql @@ -1,4 +1,4 @@ -CREATE MATERIALIZED VIEW {table_name}__week_live_mview AS +CREATE MATERIALIZED VIEW {table_name}__live_mview AS SELECT cloud.account_uid AS `aws.vpc.cloud_account_uid`, cloud.region AS `aws.vpc.cloud_region`,