Skip to content

Commit

Permalink
Merge pull request #17 from Snowflake-Labs/release/v2024-04-23
Browse files Browse the repository at this point in the history
Release 4-23-2024
  • Loading branch information
sfc-gh-jhilgart authored Apr 23, 2024
2 parents 14ad182 + 104c40a commit e80ef68
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

You must follow the format of `## [VERSION-NUMBER]` for the GitHub workflow to pick up the text.

## [0.1.8] - 2024-04-23
### Updates
- run select against given cols in semantic model for validation

## [0.1.7] - 2024-04-18
### Updates
- Parse yaml model into protos, validate cols and col naming
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ All generated semantic models by default are saved under `semantic_model_generat

1. Ensure you have installed the Python package. Note, the version below should be the latest version under the `dist/` directory.
```bash
pip install dist/semantic_model_generator-0.1.7-py3-none-any.whl
pip install dist/semantic_model_generator-0.1.8-py3-none-any.whl
```
2. Activate Python shell
```bash
Expand Down
Binary file removed dist/semantic_model_generator-0.1.7.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/semantic_model_generator-0.1.8.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "semantic-model-generator"
version = "0.1.7"
version = "0.1.8"
description = "Generate a Semantic Model from your Snowflake tables"
authors = ["Jonathan Hilgart <[email protected]>", "Nipun Sehrawat <[email protected]>", "Renee Huang <[email protected]>", "Nicole Limtiaco <[email protected]>"]
license = "Apache Software License; BSD License"
Expand Down

0 comments on commit e80ef68

Please sign in to comment.