Skip to content

v0.59.0

Choose a tag to compare

@izeigerman izeigerman released this 12 Dec 18:23
· 2880 commits to main since this release
066cc2a

✨ Features

🪲 Bug fixes

  • (redshift) Another attempt at hash fix @tobymao
  • Fix test @tobymao
  • Reduce the default dataframe batch size for the postgres engine adapter (#1810) @izeigerman
  • Only log tests if you have any (#1814) @tobymao
  • Fix cloud_composer scheduler config supported field validation (#1820) @vchan
  • Support adding partial intervals for models with monthly interval unit (#1824) @izeigerman
  • Bump orval versions and address typing issues (#1821) @mykalmax
  • Workaround for weird date dtype bug exposed by duckdb v0.9.2 (#1825) @georgesittas
  • Consider a model unannotated if it has columns with type NULL (#1828) @izeigerman
  • Use default environment in notifications if no environment is specified for a run (#1830) @vchan
  • Allow using model selector even if no environments were previously created (#1831) @izeigerman

🛠️ Refactor

🧹 Chore

👽 Other