You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to convert stg_metering_history to be an incremental materialisation? Noticed that Snowflake has updated these views in the past, causing us to have missing data.
Or are we able to add column {{ dbt_utils.generate_surrogate_key(['service_type', 'entity_id', 'start_time', 'name']) }} as metering_history_key,
to this model so that nulls are handled and we can change to incremental if we please? Thank you!!!
The text was updated successfully, but these errors were encountered:
Would it be possible to convert
stg_metering_history
to be an incremental materialisation? Noticed that Snowflake has updated these views in the past, causing us to have missing data.Or are we able to add column
{{ dbt_utils.generate_surrogate_key(['service_type', 'entity_id', 'start_time', 'name']) }} as metering_history_key,
to this model so that nulls are handled and we can change to incremental if we please? Thank you!!!
The text was updated successfully, but these errors were encountered: