Skip to content

Releases: z3z1ma/dbt-osmosis

v0.12.10

05 May 18:22
Compare
Choose a tag to compare

Changes

See the CHANGELOG for a full list of changes.

Automatically detected changes:

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

📦 Dependencies

v0.12.9

08 Apr 00:13
Compare
Choose a tag to compare

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

29 Mar 20:27
Compare
Choose a tag to compare

Changes

See the CHANGELOG for a full list of changes.

Automatically detected changes:

  • No changes

v0.12.7

28 Mar 19:56
Compare
Choose a tag to compare

Changes

See the CHANGELOG for a full list of changes.

Automatically detected changes:

v0.12.6

17 Jan 17:16
Compare
Choose a tag to compare

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

07 Jan 15:57
Compare
Choose a tag to compare

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

22 Sep 17:20
Compare
Choose a tag to compare

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

21 Sep 04:57
Compare
Choose a tag to compare

Changes

See the CHANGELOG for a full list of changes.

Automatically detected changes:

v0.12.2

21 Sep 04:49
Compare
Choose a tag to compare

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

06 Sep 07:45
Compare
Choose a tag to compare

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