Skip to content

Commit

Permalink
docs: add sis step
Browse files Browse the repository at this point in the history
  • Loading branch information
Dat Nguyen committed Jan 18, 2024
1 parent d6bf9ce commit a1b9515
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Binary file added docs/assets/img/sis_ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,23 @@ dbt run -s data_diff --vars '{data_diff__on_run_hook: true}'

</details>

### 4. [Bonus] Deploy the Streamlit in Snowflake 🤩

Our helper is the Streamlit in Snowflake application which was built on the last diff result only in order to help us to hopefully have a better examining with the actual result with typing SQL.

Let's deploy the Streamlit app by running the dbt command as follows:

```bash
dbt run-operation sis_deploy__diff_helper
```

<details>
<summary>Sample app UI</summary>

<img src="./assets/img/sis_ui.png" alt="Sample SiS">

</details>

## Demo

**Part 1**: Configure and prepare Blue/Green
Expand Down

0 comments on commit a1b9515

Please sign in to comment.