Skip to content

Releases: SQLMesh/sqlmesh

v0.102.2

05 Jun 05:25
b101b0b

Choose a tag to compare

✨ Features

  • Add the ability to have audits on external models (#2715) @tobymao

🪲 Bug fixes

  • Convert pyspark/snowpark dataframes into pandas when testing (#2737) @georgesittas
  • Don't expand start for full-history-restatement-only snapshots when previewing forward-only changes (#2739) @izeigerman

🧹 Chore

v0.102.1

04 Jun 23:34
6706a1a

Choose a tag to compare

✨ Features

  • Add option to render node definitions with default fields included (#2735) @crericha

🪲 Bug fixes

  • Render post hooks after query when rendering a sql model's definition (#2734) @crericha

🧹 Chore

  • Update mkdocs so it works with 3.12 @tobymao

v0.102.0

04 Jun 22:27
a479509

Choose a tag to compare

✨ Features

  • Column comments in python models (#2712) @treysp
  • Support name inference from schema directories (#2697) @Themiscodes

🪲 Bug fixes

  • Add the dbt "var" macro to the "builtins" package (#2723) @izeigerman
  • Add migration script for column_descriptions_ rename (#2724) @treysp
  • Capture bultin macro dependencies when loading dbt projects (#2725) @izeigerman
  • Broken build due to the hyperscript upgrade (#2729) @izeigerman
  • Normalize column names in column_descriptions dict (#2731) @treysp
  • Make sure to commit a transaction when fetching a dataframe using Pandas API (#2732) @izeigerman
  • Only check destructive changes for directly modified models at plan time (#2733) @izeigerman

🧹 Chore

  • Update UI models to subclass PydanticModel (#2726) @vchan

👽 Other

v0.101.1

03 Jun 15:38
389b381

Choose a tag to compare

🪲 Bug fixes

🧹 Chore

v0.101.0

31 May 17:19
e9c3c55

Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Avoid using concat_ws when there's only one key is present (#2711) @izeigerman

🧹 Chore

👽 Other

v0.100.2

30 May 15:29
3b4839c

Choose a tag to compare

🪲 Bug fixes

  • (motherduck) Filter on catalog name in DuckDB _get_data_objects query (#2699) @treysp
  • Exclude private key from the state sync fingerprint calculation (#2704) @izeigerman

🧹 Chore

👽 Other

v0.100.1

28 May 23:15

Choose a tag to compare

🧹 Chore

v0.100.0

28 May 20:59
9948dec

Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other

  • Add csv_settings to seed models concepts doc (#2679) @treysp
  • Clarify incremental by unique key in kinds concepts doc (#2680) @treysp
  • Add docs for incremental by partition model kind (#2695) @treysp

v0.99.0

23 May 20:35
d871346

Choose a tag to compare

✨ Features

  • Extend CSV support with settings; update test docs (#2663) @Themiscodes

🪲 Bug fixes

  • Propagate normalized snapshot name to differ (#2673) @z3z1ma

🧹 Chore

v0.98.0

22 May 17:30
0cc14fc

Choose a tag to compare

✨ Features

  • Improve the CLI output of the table diff command (#2644) @izeigerman
  • Forward-only changes schema modification check (#2576) @treysp
  • Add support for CSV input data loading from file or inline (#2640) @Themiscodes
  • Enable duckdb>=0.10 comment registration (#2660) @treysp

🪲 Bug fixes

🧹 Chore