Releases: Upsolver/dbt-upsolver
Releases · Upsolver/dbt-upsolver
Add add_missing_columns option
Fix issue with duplicate tags handling
Fix Duplicate option issue (#30) * fix duplicate option * v1.5.28 --------- Co-authored-by: Tanya Shemet <[email protected]>
v1.5.27 - Supprot more targets and options
v1.5.26
v1.5.25
v1.5.24
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 <[email protected]>
v1.5.23 - clean SQL
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 <[email protected]>
v1.5.22 - versioning compatibility with DBT-Core > 1.5.0
Set dbt-core to 1.5.0 in requirements
v0.2.2 - Support Snowlake, Redshift and more options
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 <[email protected]>