flexanalytics / dbt_observability_marts

Apache License 2.0
0 stars 0 forks source link

Schema Changes model uses `len()` instead of `dbt.length()` #26

Closed MiConnell closed 1 month ago

MiConnell commented 1 month ago

For true cross-compatibility, schema_changes should use dbt.length() instead of the current implementation of len

MiConnell commented 1 month ago

fixed in #28