Skip to content

Commit

Permalink
update vpc flow with flint-s3 based DDL assets
Browse files Browse the repository at this point in the history
Signed-off-by: YANGDB <yang.db.dev@gmail.com>
  • Loading branch information
YANG-DB committed Oct 30, 2023
1 parent bbb7385 commit fdcfdfa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ CREATE MATERIALIZED VIEW {table_name}_mview AS
protocol as `aws.vpc.protocol`,
CAST(packets AS LONG) as `aws.vpc.packets`,
CAST(bytes AS LONG) as `aws.vpc.bytes`,
FROM_UNIXTIME(start) as `aws.vpc.start`,
FROM_UNIXTIME(start) as `@timestamp`,
FROM_UNIXTIME(end) as `aws.vpc.end`,
action as `aws.vpc.action`,
log_status as `aws.vpc.log-status`
FROM
{table_name};
{table_name};

0 comments on commit fdcfdfa

Please sign in to comment.