Skip to content

dbt-teradata v1.7.0

Compare
Choose a tag to compare
@adamtwo adamtwo released this 04 Dec 14:11
· 0 commits to 61a1d83aed000959b54511ac4cb504b4f63f4d5e since this release

dbt-teradata 1.7.0a

Features

  • dbt-teradata 1.7.0 is now compatible with dbt-core 1.7.3

  • New capability support structure for adapters to include
    TableLastModifiedMetadata and SchemaMetadataByRelations capabilities

  • Catalog fetch performance improvements
    dbt-labs/dbt-core#8521

  • Added Metadata freshness check feature
    dbt-labs/dbt-core#8704

  • Migrated date_spine() and dependent macros
    dbt-labs/dbt-core#8172

Fixes

  • Fixed issue related to dbt show with limit option
    #125

Docs

  • Stubbed model contracts support
  • materialized_view is not yet supported

Under the hood

  • Addition of some more adapter zone testcases