dbt-labs / dbt-adapters

Apache License 2.0
17 stars 20 forks source link

Warn if snapshot_get_time is different data type than snapshot 'updated_at' field #242

Open gshank opened 4 weeks ago

gshank commented 4 weeks ago

Description

This is part of https://github.com/dbt-labs/dbt-core/issues/10234

Solution

This updates the snapshot materialization code to perform a data type check on the sql select statements used in constructing snapshot tables.