Skip to content

Commit

Permalink
Merge pull request #411 from operagxoksana/patch-1
Browse files Browse the repository at this point in the history
docs: readme
  • Loading branch information
BentsiLeviav authored Jan 21, 2025
2 parents 67bb498 + 47dc632 commit 8f04ba3
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 8f04ba3

Please sign in to comment.