Skip to content

Commit

Permalink
Remove timeInserted from pods view
Browse files Browse the repository at this point in the history
Signed-off-by: Antonin Bas <abas@vmware.com>
  • Loading branch information
antoninbas committed Sep 28, 2022
1 parent c6a341c commit aa20659
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions snowflake/database/migrations/000002_create_pods_view.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ CREATE VIEW IF NOT EXISTS pods(
reverseThroughput,
clusterUUID,
flowType,
timeInserted
) as SELECT
flowStartSeconds,
flowEndSeconds,
Expand All @@ -37,5 +36,4 @@ CREATE VIEW IF NOT EXISTS pods(
reverseThroughput,
flowtype,
clusterUUID,
timeInserted
FROM flows

0 comments on commit aa20659

Please sign in to comment.