Skip to content

Latest commit

 

History

History
98 lines (77 loc) · 3.29 KB

CHANGELOG.md

File metadata and controls

98 lines (77 loc) · 3.29 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

0.11.23 - 2023-08-11

Added

  • New flags --skip-add-tags and --skip-merge-meta for yaml
  • Column lineage will match on camel case to snake case converted strings

0.11.21 - 2023-06-14

Fixed

  • Followup fix for column case sensitivity, community contribution

0.11.19 - 2023-05-11

Added

  • You can now skip columns being added to yaml files by default via flag. Useful if you have massive sources and are purposefully not documenting much of them. The flag is called --skip-add-columns on all yaml subcommands.

Changed

  • Relaxed python contraint to include py311

Fixed

  • Fixed case sensitivity in snowflake during column reordering

0.11.17 - 2023-04-03

Fixed

  • Added attr check to lineage function to ensure safe access to depends_on

0.11.16 - 2023-03-31

Fixed

  • Ensure we use regular jinja parsing and NOT experimental parsing or rust parsing because both of these involve randomized correctness tests sampled from user projects in the wild if not explicitly disable and both seem to want to pickle an object with an RLock, probably an adapter instance

0.11.15 - 2023-03-30

Fixed

  • fix --register-project flag on server serve codepath

0.11.14 - 2023-03-30

Fixed

  • Feed now uses state making the entire app more snappy and resolving race conditions

0.11.12 - 2023-03-30

Added

  • Rebuilt the dbt osmosis workbench with a complete overhaul

0.11.11 - 2023-03-28

Fixed

  • Ensure pre-commit hook returns non-zero on file mutations

0.11.10 - 2023-03-28

Added

  • Support for positional selectors based simply on file path or model name to greatly simplify running on subsets of the DAG

0.11.9 - 2023-03-28

Fixed

  • Fix for schema path resolve call via ternary check

0.11.8 - 2023-03-27

Added

  • Support for automated reordering of yaml columns to match database

0.11.6 - 2023-03-26

Fixed

  • Support for bigquery record columns

0.6.4 - 2022-08-12

Changed

  • --pk is not longer required for diff command as we will use a hash of all columns as a fallback

0.6.3 - 2022-08-10

Changed

  • Ensure default entrypoint disables magic since we use triple quoted strings to document variables in the app

0.6.2 - 2022-08-06

Fixed

  • Fixed profile swapping functionality

0.6.1 - 2022-08-06

Added

  • Added 2 RSS feeds to the bottom for easy access reading 🤓

Changed

  • Moved adapters to extras, not needed to install the project but used internally for development and testing

Removed

  • Removed unused function and hash funcs from app code

Fixed

  • Fixed a bug in profiles and project directories sharing a state var name
  • Removed -m argumaent from workbench entrypoint through executable

0.5.10 - 2022-08-05

Added

  • diff has multiple outputs including table (stdout), csv (disk), or chart/bar (stdout)

Changed

  • data git diff now defaults to dbt_osmosis schema
  • data git diff now uses an md5 hash of compiled sql so we dont rerun unless model has changed

0.5.9 - 2022-08-05

Added

  • Start using changie for changelog management