Dbt Osmosis Versions Save

Provides automated YAML management, a dbt server, streamlit workbench, and git-integrated dbt model output diff tools

v0.12.10

1 month ago

Changes

See the CHANGELOG for a full list of changes.

Automatically detected changes:

  • [feature] add inheritance for specified keys (#147) @myouju

:package: Dependencies

  • Bump the npm_and_yarn group across 1 directory with 7 updates (#146) @dependabot
  • Bump follow-redirects from 1.15.2 to 1.15.6 in /docs (#143) @dependabot
  • Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /docs (#144) @dependabot
  • Bump express from 4.18.2 to 4.19.2 in /docs (#145) @dependabot

v0.12.9

2 months ago

Changes

See the CHANGELOG for a full list of changes.

Automatically detected changes:

  • Fix skip_add_data_types condition in update_columns_data_type (#140) @syou6162
  • nit: Update actions/checkout and actions/setup-python (#138) @syou6162
  • nit: Remove duplication setting for hadolint-docker (#137) @syou6162
  • Initialize the variable n_cols_added (#136) @syou6162

v0.12.8

2 months ago

Changes

See the CHANGELOG for a full list of changes.

Automatically detected changes:

  • No changes

v0.12.7

2 months ago

Changes

See the CHANGELOG for a full list of changes.

Automatically detected changes:

  • Overwriting rendered column descriptions with the unrendered yaml (#129) @VDFaller
  • Fix pre-commit error by removing trailing whitespace (#133) @syou6162
  • Fix race condition in draft phase (#131) @sp-tkerlavage

v0.12.6

4 months ago

Changes

See the CHANGELOG for a full list of changes.

Automatically detected changes:

  • Read column metadata from catalog even if source is specified (#125) @syou6162

v0.12.5

5 months ago

Changes

See the CHANGELOG for a full list of changes.

Automatically detected changes:

  • Get the data_type and comment of child column instead of its parent (#124) @buu-nguyen
  • [Fix] Process sources only when source yaml is available (#118) @armaandhull
  • feat: load column description from db. (#120) @yassun7010
  • Add identifier property support for source entity type. (#114) @ArtemCLime
  • Keep column description if meta.osmosis_keep_description is True (#112) @syou6162
  • Add more types to improve code readability (#111) @syou6162

v0.12.4

8 months ago

Changes

See the CHANGELOG for a full list of changes.

Automatically detected changes:

  • Add test for update_undocumented_columns_with_prior_knowledge function (#109) @syou6162
  • Enable the pre-commit hooks to check the coding style in python (#105) @yu-iskw
  • Enable the pre-commit hook to check Dockerfile (#106) @yu-iskw
  • Fix to load dbt vars using yaml instead of json (#107) @yu-iskw

v0.12.3

8 months ago

Changes

See the CHANGELOG for a full list of changes.

Automatically detected changes:

  • Format files with pre-commit (#103) @yu-iskw
  • [nit] Clean up the code (#104) @syou6162

v0.12.2

8 months ago

Changes

See the CHANGELOG for a full list of changes.

Automatically detected changes:

  • Support --profile in subcommands of dbt-osmosis yaml (#101) @yu-iskw
  • Introduce pre-commit (#100) @yu-iskw
  • Add --vars options to subcommands of dbt-osumoais yaml (#99) @yu-iskw
  • Add or update columns data type even if undocumented_columns does not exist (#98) @syou6162
  • Remove if sources or models are empty (#97) @syou6162
  • Refactoring to make testing easier & adding tests (#96) @syou6162
  • Delete tests files and packages (#95) @syou6162
  • Improve the method to retrieve progenitor (#89) @syou6162
  • Add docs about blacklist and progenitor option (#91) @syou6162
  • [nit] Add deprecation message for fqn option (#92) @syou6162

v0.12.1

9 months ago

Changes

See the CHANGELOG for a full list of changes.

Automatically detected changes:

  • Fix bug for UnboundLocalError: local variable 'database' referenced before assignment (#87) @syou6162
  • Fix error for creating ColumnMetadata (#86) @syou6162