snowplow / dbt-snowplow-utils

Snowplow utility functions to be used in conjunction with the snowplow-web dbt package.
Other
13 stars 6 forks source link

Get incremental manifest status should log the new models #153

Open rlh1994 opened 11 months ago

rlh1994 commented 11 months ago

Currently the macro logs that there are new models but not what those new models are. This would be an improvement as we often see confusion or errors dealing with tagging and selecting of models, this would help users and us identify the specific model that is triggering the new model status.

https://github.com/snowplow/dbt-snowplow-utils/blob/2eaea3ceed7f8636a0250088be9051e0273d44df/macros/incremental_hooks/get_incremental_manifest_status.sql#L37