Skip to content

v1.2.0

Compare
Choose a tag to compare
@aosingh aosingh released this 07 Sep 18:39
· 129 commits to main since this release
d90990d

Following features and fixes are included in this release

  • Dependencies dbt-core and dbt-tests-adapters are upgraded to the latest version 1.2.1
  • Following cross-db-macros are implemented into adapter and tested accordingly
    String macros
     - concat
     - hash
     - position
     - right
     - length
     - replace
    
    String literal macros
     - escape_single_quotes
     - string_literal
    
    Cast
     - cast_bool_to_text
    
    Date and Time
     - dateadd
     - date_trunc
     - last_day
    
    Set 
     - except
     - intersect
    
  • New basic tests BaseDocsGenerate and BaseDocsGenReferences are added to the test suite
  • Managing of access grants is now supported and tested. You can use this with different materialization strategies i.e. tables, views, incremental materialization and snapshots.
  • New parameters (retry_count and retry_wait) are supported in connection profile to support connection retries
  • Fix for “where clause” config in generic tests
  • Fix for dbt docs generation (catalog) where columns did not appear for some tables.