Skip to content

Releases: SQLMesh/sqlmesh

v0.83.0

03 Apr 20:45

Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other

v0.82.3

29 Mar 22:26
13ed9ee

Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other

v0.82.2

28 Mar 18:29
648c5ce

Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Handle nested arrays during test generation (#2359) @vchan
  • fix checking missing intervals against model end dates (#2358) @eakmanrq

👽 Other

v0.82.1

27 Mar 20:25
d4fe548

Choose a tag to compare

🪲 Bug fixes

🧹 Chore

👽 Other

  • Normalize array before timestamps during test creation (#2351) @vchan

v0.82.0

26 Mar 22:26
0818892

Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Include end in metadata hash (#2344) @eakmanrq
  • Use a correct deoployability index when running the scheduler against non-prod environments (#2343) @izeigerman
  • Fix time_data_type serialization/deserialization (#2342) @eakmanrq

v0.81.1

25 Mar 22:08
17c2c35

Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other

  • Add link to model config ref to model concepts overview (#2333) @treysp

v0.81.0

22 Mar 18:39
2a57a60

Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Handle arrays in test generation (#2325) @vchan
  • Consider the depends_on property provided by a user when determining whether a model depends on the past (#2323) @izeigerman
  • Not modify path on UI (#2317) @mykalmax
  • Use graphql env var to support enterprise (#2331) @eakmanrq
  • Imports for seed column type inference to support older versions of dbt (#2332) @izeigerman

🧹 Chore

👽 Other

v0.80.1

20 Mar 23:13

Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Reset the 'effective_from' attribute for migrated snapshots (#2313) @izeigerman
  • Default value for the models_to_backfill in the Plan Application Request @izeigerman

v0.80.0

20 Mar 17:20
f795506

Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other

  • Add version to list of unsupported dbt methods (#2295) @treysp
  • Add end property documentation to model overview (#2300) @plaflamme
  • Add missing seed kind fields to model config reference (#2312) @treysp

v0.79.0

19 Mar 00:01
2fd6721

Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Ignore models from the 'elementary' package when loading a dbt project (#2285) @izeigerman
  • Remove trailing newline from dbt multiline test kwargs. (#2289) @crericha
  • Cache Trino catalog type lookup to reduce load (#2291) @erindru
  • Normalize and quote properly in table diff module (#2294) @georgesittas
  • Fix partitioning property for Trino iceberg tables (#2292) @erindru
  • Convert lists, ndarrays to tuples when sorting unit test dataframes (#2296) @georgesittas
  • Reload context on config change (#2269) @mykalmax
  • Support start_* / end_* macros in the incremental unmanaged models @izeigerman

🧹 Chore