Skip to content

Releases: Snowflake-Labs/semantic-model-generator

release/v0.1.33

07 Aug 21:03
Compare
Choose a tag to compare

Updates

  • Throw an error during validation if a user adds duplicate verified queries to their semantic model.

release/v0.1.32

30 Jul 18:13
Compare
Choose a tag to compare

Updates

  • Bump context length validation limit.
  • Fix union type hints for support with Python <3.10.

release/v0.1.31

29 Jul 23:22
Compare
Choose a tag to compare

Updates

  • Include new secure-local-storage extra package for snowflake-python-connector dependency.

release/v0.1.30

15 Jul 19:13
Compare
Choose a tag to compare

Updates

  • Restrict Python version to < 3.12 in order to avoid issues with pyarrow dependency.

release/v0.1.29

10 Jul 19:05
Compare
Choose a tag to compare

Updates

  • Allow single sign on auth.

release/v0.1.28

09 Jul 21:54
Compare
Choose a tag to compare

Updates

  • Allow auto-generation of descriptions for semantic models

release/v0.1.27

09 Jul 01:07
Compare
Choose a tag to compare

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

02 Jul 17:25
Compare
Choose a tag to compare

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

20 Jun 17:29
Compare
Choose a tag to compare

Updates

  • Plumb through column and table comments
  • Skip host name match verification for now

release/v0.1.24

20 Jun 17:25
Compare
Choose a tag to compare

Updates

  • Consolidate validations to use the same set of utils
  • Handle the validation for expr with aggregations properly