Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
fixed a typo in the documentation
  • Loading branch information
operagxoksana authored Jan 21, 2025
1 parent 67bb498 commit 47dc632
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,7 @@ and a ClickHouse MATERIALIZED VIEW with the name `<model_name>_mv`. Unlike Postg
not "static" (and has
no corresponding REFRESH operation). Instead, it acts as an "insert trigger", and will insert new rows into the target
table using the defined `SELECT`
"transformation" in the view definition on rows inserted into the source table. See the [test file]
(https://github.com/ClickHouse/dbt-clickhouse/blob/main/tests/integration/adapter/materialized_view/test_materialized_view.py)
"transformation" in the view definition on rows inserted into the source table. See the [test file](https://github.com/ClickHouse/dbt-clickhouse/blob/main/tests/integration/adapter/materialized_view/test_materialized_view.py)
for an introductory example
of how to use this functionality.

Expand Down

0 comments on commit 47dc632

Please sign in to comment.