Skip to content

Releases: z3z1ma/dbt-osmosis

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

v0.12.0

04 Sep 06:59
Compare
Choose a tag to compare

Changes

See the CHANGELOG for a full list of changes.

Automatically detected changes:

  • [nit] Upgrade the minimum Python version to 3.8 in docs (#84) @syou6162
  • Database specification for source bootstrapping+fix (#85) @cwcartmell
  • [feature] Add progenitor information to meta (#83) @syou6162
  • Add support for data_type (#82) @nurikk

v0.11.23

12 Aug 01:37
Compare
Choose a tag to compare

Changes

See the CHANGELOG for a full list of changes.

Automatically detected changes:

  • Fuzzy matching on column name (from CamelCase to snake_case) (#79) @syou6162
  • Add options for --skip-add-tags and --skip-merge-meta (#78) @syou6162
  • Allow to keep root level column name that contains nested fields (#76) @syou6162

v0.11.22

19 Jul 06:59
14f96f2
Compare
Choose a tag to compare

Changes

See the CHANGELOG for a full list of changes.

Automatically detected changes:

  • fix a bug in the example code for source definitions (#75) @mkzoi

v0.11.21

14 Jun 08:17
Compare
Choose a tag to compare

Changes

See the CHANGELOG for a full list of changes.

Automatically detected changes:

  • fixed upstream knowledge in case the key is lower case (#70) @ugmuka
  • Add quotes to pip install "dbt-osmosis[workbench]" (#67) @ryantimjohn

v0.11.19

11 May 22:59
Compare
Choose a tag to compare

Changes

See the CHANGELOG for a full list of changes.

Automatically detected changes:

v0.11.17

03 Apr 18:44
Compare
Choose a tag to compare

Changes

See the CHANGELOG for a full list of changes.

Automatically detected changes:

v0.11.16

01 Apr 03:17
Compare
Choose a tag to compare

Changes

See the CHANGELOG for a full list of changes.

Automatically detected changes:

  • No changes