Skip to content

Releases: Upsolver/dbt-upsolver

Add add_missing_columns option

18 Oct 12:37
bab7f41
Compare
Choose a tag to compare
Add add_missing_columns option (#31)

* add add_missing_columns option to snowflake target

* v1.5.29

Fix issue with duplicate tags handling

16 Oct 16:59
81ce523
Compare
Choose a tag to compare
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

01 Sep 12:23
aec7788
Compare
Choose a tag to compare

v1.5.26

26 Jul 19:41
3564f4b
Compare
Choose a tag to compare
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

24 Jun 12:40
e26b8b4
Compare
Choose a tag to compare
v1. 5.25 (#23)

v1.5.24

05 Jun 16:00
cef47c8
Compare
Choose a tag to compare
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

29 May 13:33
81a471d
Compare
Choose a tag to compare
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

23 May 13:06
Compare
Choose a tag to compare
Set dbt-core to 1.5.0 in requirements

v0.2.2 - Support Snowlake, Redshift and more options

22 May 18:06
9516cde
Compare
Choose a tag to compare
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

17 May 10:47
ce69d21
Compare
Choose a tag to compare
  • Proper handling of delete_condition with example

  • Various fixes for options rendering

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