Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Releases: Upsolver/dbt-upsolver

Add add_missing_columns option

Choose a tag to compare

@navado navado released this 18 Oct 12:37
bab7f41
Add add_missing_columns option (#31)

* add add_missing_columns option to snowflake target

* v1.5.29

Fix issue with duplicate tags handling

Choose a tag to compare

@navado navado released this 16 Oct 16:59
81ce523
Fix Duplicate option issue (#30)

* fix duplicate option

* v1.5.28

---------

Co-authored-by: Tanya Shemet <tanyshak@gmail.com>

v1.5.27 - Supprot more targets and options

Choose a tag to compare

@navado navado released this 01 Sep 12:23
aec7788
v1.5.27

v1.5.26

Choose a tag to compare

@navado navado released this 26 Jul 19:41
3564f4b
Parse options and update documentation (#26)

* rename  project

* parse dict options with str values

* parse column_data_retention option

* fix example project

* Documentation update

* v1. 5.26

v1.5.25

Choose a tag to compare

@navado navado released this 24 Jun 12:40
e26b8b4
v1. 5.25 (#23)

v1.5.24

Choose a tag to compare

@navado navado released this 05 Jun 16:00
cef47c8
Get catalog (#19)

* initial get_columns_in_relation

* initial dbt docs generate from columns

* initial get_columns_in_relation

* initial dbt docs generate from columns

* fixed literals

* got all columns for catalog

* trimmed quotes in database parameter

* added target_schema and target_connection to Datalake target

* v1.5.24 - increment version

---------

Co-authored-by: Tanya Shemet <tanyshak@gmail.com>

v1.5.23 - clean SQL

Choose a tag to compare

@navado navado released this 29 May 13:33
81a471d
Clean sql (#18)

* deleted extra spaces in compiled models

* added target_table_alias

* fixed exclude_columns SQL #16

* v1.5.23

---------

Co-authored-by: Tanya Shemet <tanyshak@gmail.com>

v1.5.22 - versioning compatibility with DBT-Core > 1.5.0

Choose a tag to compare

@navado navado released this 23 May 13:06
Set dbt-core to 1.5.0 in requirements

v0.2.2 - Support Snowlake, Redshift and more options

Choose a tag to compare

@navado navado released this 22 May 18:06
9516cde
Support more sources and targets (#14)

* added target options to write to Snowflake target

* addes support for ingestion job to write to Snowflake target #10

* added support for merge/insert to load to other targets #11

* override get strategi to make config options insensitive

* improved error message for unsupported types #7

* added type dict options support

* added add_missing_columns option to snowflake transformation options

* added target_type to the models according to the new syntax

* changed column_transformations data type

* made default Datalake for target_type

* corrected typo in options, made made target_connection required

* v0.2.2

---------

Co-authored-by: Tanya Shemet <tanyshak@gmail.com>

v0.2.1

Choose a tag to compare

@navado navado released this 17 May 10:47
ce69d21
  • Proper handling of delete_condition with example

  • Various fixes for options rendering

  • Additional options for jobs (for example heartbeat_table, parse_json_columns)