{% snapshot mock_orders %}
{% set new_schema = target.schema + '_snapshot' %}
{{
config(
target_database='analytics',
target_schema=new_schema,
unique_key='order_id',
strategy='timestamp',
updated_at='updated_at'
)
}}
select * from analytics.{{ target.schema }}.mock_orders
{% endsnapshot %}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter