Releases: SQLMesh/sqlmesh
Releases · SQLMesh/sqlmesh
v0.4.1
✨ Features
- Dbt namespace macros (#690) @crericha
- Introduce API endpoint for column lineage (#691) @vchan
- Add
forallaudit (#698) @plaflamme - Make tasks progress component more flexible (#664) @mykalmax
🪲 Bug fixes
- Make first tab closable (#675) @mykalmax
- Show view name in models needing backfill (#687) @eakmanrq
- Cache DBT macros to improve load time (#695) @crericha
- Styling bugs and incorrect spelling (#694) @mykalmax
- Forall with only one criteria (#701) @plaflamme
- Rename
valuesparameter tois_in(#703) @plaflamme - Floor yesterday to a date to prevent it from being later than start (#705) @tobymao
- Ensure that removed models are not referenced downstream during plan creation (#706) (#708) @izeigerman
- Fix type import and missing null check for models (#709) @mykalmax
🧹 Chore
👽 Other
- Update README.md (#693) @robscriva
- Respect audit skip flag (#700) @vchan
v0.4.0
v0.3.1
v0.3.0
✨ Features
🪲 Bug fixes
- Typo in project docs @tobymao
- Require >= v.1.9.1, <2.0.0 for pydantic (#660) @georgesittas
👽 Other
- Validate only correct model kinds support batch_size. (#665) @tobymao
- Attach workspace when publishing Python package (#656) @vchan
- [UI] Fix bugs for file tree (#662) @mykalmax
- [UI] Check for missing backfills (#667) @mykalmax
- [UI] Include and display view name (#669) @mykalmax
- [DBT] Mimic dbt behavior for config() jinja within sql models (#634) @crericha
v0.2.6
v0.2.5
🪲 Bug fixes
- Convert 'Support' typo in integrations/dbt to 'Supported' (#640) @georgesittas
👽 Other
- Use yaml configuration format in the Airflow integration doc (#641) @izeigerman
- Include built-in audits into the snapshot fingerprint calculation (#642) @izeigerman
- Add support for Snowflake authenticator (#644) @eakmanrq
- [UI] Set playwright for e2e tests (#628) @mykalmax
- Add IDE to CLI and package (#636) @vchan
- Move sushi_dbt to test and replace with a self-contained sushi dbt project (#646) @crericha
- [UI] fix logo black background (#647) @mykalmax
- Forgot dbt refs @tobymao
- Style @tobymao
- Add Snowflake authenticator param to docs (#650) @foundinblank
- Add data folder @tobymao
- Add BigQuery auth support for native and dbt (#648) @eakmanrq
- Add tag filter to release jobs (#652) @vchan
v0.2.4
v0.2.3
🪲 Bug fixes
👽 Other
- Use missing_intervals for end (#619) @eakmanrq
- Remove date formatting and display dates as UTC (#615) @mykalmax
- 📝 Correct SQL typo in docs (#626) @r-richmond
- Update links @tobymao
- [UI] Set dialect from model and remove dates from apply step (#625) @mykalmax
- Update path to worker (#631) @vchan
- Remove pdoc assets, build & host them in readthedocs (#632) @georgesittas
- Add unsupported adapter jinja functions for dbt (#629) @georgesittas
- Minor edits to dbt comparison (#622) @crericha
v0.2.2
v0.2.1
🪲 Bug fixes
- Fix pdoc publishing, add a link to API docs in the mkdocs page (#612) @georgesittas
- Create direct link to pdoc page in navbar instead of menu (#613) @georgesittas
- Fix macro and test language in integrations/dbt (#616) @treysp