Skip to content

v0.106.0

Choose a tag to compare

@SQLMeshbot SQLMeshbot released this 24 Jun 23:17
· 2029 commits to main since this release
273e913

✨ Features

🪲 Bug fixes

  • Shortcuts and some styling for editor (#2783) @mykalmax
  • Add a string representation for the Metadata change category (#2797) @izeigerman
  • Truncate backfill models and adjust threshold (#2794) @Themiscodes
  • Use isEmpty() for non pandas dataframes (#2802) @georgesittas
  • Another snowflake staged file path edge case (#2803) @georgesittas
  • Handle Paren in value or tuple validator (#2804) @georgesittas
  • Dont set LIMIT 0 in nested queries that are part of a recursive CTE when generating a CTAS query (#2800) @izeigerman
  • Support Airflow URLs without trailing slashes (#2808) @izeigerman
  • Move away from the local custom-materializations dependency to unblock the release (#2814) @izeigerman
  • Check all dialects used in a project when retrieving a model by its name (#2801) @izeigerman

🛠️ Refactor

🧹 Chore

👽 Other