Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions change_column_type_materialized_view/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Create a Copy Pipe `analytics_pages_backfill.pipe` for backfilling purposes:
NODE analytics_pages_backfill_node

SQL >

%
SELECT
toDate(timestamp) AS date,
device,
Expand All @@ -67,7 +67,7 @@ SQL >
pathname

TYPE COPY
DATASOURCE analytics_pages_mv_1
TARGET_DATASOURCE analytics_pages_mv_1
```

## 2: Run CI
Expand Down