Releases: Snowflake-Labs/semantic-model-generator
Releases · Snowflake-Labs/semantic-model-generator
release/v0.1.33
Updates
- Throw an error during validation if a user adds duplicate verified queries to their semantic model.
release/v0.1.32
Updates
- Bump context length validation limit.
- Fix union type hints for support with Python <3.10.
release/v0.1.31
Updates
- Include new
secure-local-storage
extra package forsnowflake-python-connector
dependency.
release/v0.1.30
Updates
- Restrict Python version to < 3.12 in order to avoid issues with pyarrow dependency.
release/v0.1.29
Updates
- Allow single sign on auth.
release/v0.1.28
Updates
- Allow auto-generation of descriptions for semantic models
release/v0.1.27
Updates
- Fix VQR validation for measures with aggregation calculation.
- Update pulling sample value by dimension vs. measures; fix length validation logic.
release/v0.1.26
Updates
- Semantic model size validation allows for many more sample values.
This corresponds with a release of the Cortex Analyst that does dynamic sample value retrieval by default.
release/v0.1.25
Updates
- Plumb through column and table comments
- Skip host name match verification for now
release/v0.1.24
Updates
- Consolidate validations to use the same set of utils
- Handle the validation for expr with aggregations properly