From fd844c93335e06a21f2a20337831550572637ea5 Mon Sep 17 00:00:00 2001 From: Michael Xu Date: Wed, 10 Apr 2024 17:12:26 -0400 Subject: [PATCH] improve ui --- integration_tests/snowflake-sink/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integration_tests/snowflake-sink/README.md b/integration_tests/snowflake-sink/README.md index 07f26136a5e61..f22840f62a760 100644 --- a/integration_tests/snowflake-sink/README.md +++ b/integration_tests/snowflake-sink/README.md @@ -38,8 +38,8 @@ an example for snowflake setup commands could be checked at `snowflake_prep.sql` launch your risingwave cluster, and execute the following sql commands respectively. -- create_source.sql -- create_mv.sql -- create_sink.sql +- `create_source.sql` +- `create_mv.sql` +- `create_sink.sql` note: the column name(s) in your materialized view should be exactly the same as the ones in your pre-defined snowflake table, due to what we specified for snowflake pipe previously in `snowflake_prep.sql`.