Skip to content

Commit aff2b42

Browse files
committed
Corrected syntax errors
1 parent 57a30a9 commit aff2b42

File tree

1 file changed

+2
-2
lines changed
  • change_column_type_materialized_view

1 file changed

+2
-2
lines changed

change_column_type_materialized_view/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Create a Copy Pipe `analytics_pages_backfill.pipe` for backfilling purposes:
4848
NODE analytics_pages_backfill_node
4949
5050
SQL >
51-
51+
%
5252
SELECT
5353
toDate(timestamp) AS date,
5454
device,
@@ -67,7 +67,7 @@ SQL >
6767
pathname
6868
6969
TYPE COPY
70-
DATASOURCE analytics_pages_mv_1
70+
TARGET_DATASOURCE analytics_pages_mv_1
7171
```
7272

7373
## 2: Run CI

0 commit comments

Comments
 (0)