Skip to content

Commit

Permalink
fix table
Browse files Browse the repository at this point in the history
  • Loading branch information
rtimmons committed Dec 13, 2021
1 parent 5854cfe commit ff0625d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
10 changes: 0 additions & 10 deletions src/jobs/materialize_performance_and_cedar/index.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- <yaml>
-- DependsOn:
-- time_series: awsdatacatalog.dev_prod_live.performance_expanded_metrics_time_series
-- time_series: awsdatacatalog.dev_prod_live.time_series
-- </yaml>

SELECT series."_id" AS "series_id",
Expand All @@ -19,5 +19,5 @@ SELECT series."_id" AS "series_id",
datapoints."commit_date" AS "commit_date",
datapoints."evg_create_date" AS "evg_create_date",
LOCALTIMESTAMP AS "_extract_timestamp"
FROM awsdatacatalog.dev_prod_live.performance_expanded_metrics_time_series AS series,
UNNEST(series."data") AS datapoints
FROM awsdatacatalog.dev_prod_live.time_series AS series,
UNNEST(series."data") AS datapoints

0 comments on commit ff0625d

Please sign in to comment.