Skip to content

Upgrading dbt-vertica with dbt-core 1.6.0 version

Compare
Choose a tag to compare
@ajay-abrol2 ajay-abrol2 released this 04 Dec 10:52
· 15 commits to master since this release
67526e5

Features:

  • Added support for dbt-core version 1.6.0 according to DBT guidelines.
  • Added support of oAuth authentication.
  • New clone command.
  • Droped support for Python 3.7.

Fixes:

  • Ensure support for revamped dbt debug.
  • New limit arg for adapter.execute().
  • Configuring composite unique key for incremental merge or insert+update strategy.
  • Added new functional tests and parameterize them by overriding fixtures:
    • TestIncrementalConstraintsRollback
    • TestTableContractSqlHeader
    • TestIncrementalContractSqlHeader
    • TestModelConstraintsRuntimeEnforcement
    • TestConstraintQuotedColumn
    • TestEquals
    • TestMixedNullCompare
    • TestNullCompare
    • TestVerticaCloneNotPossible
    • TestValidateSqlMethod