mirror of
https://github.com/FlipsideCrypto/aptos-models.git
synced 2026-02-06 13:41:54 +00:00
desc
This commit is contained in:
parent
081ccb6884
commit
f18915a990
5
models/descriptions/tables/defi__ez_bridge_activity.md
Normal file
5
models/descriptions/tables/defi__ez_bridge_activity.md
Normal file
@ -0,0 +1,5 @@
|
||||
{% docs defi__ez_bridge_activity %}
|
||||
|
||||
A convenience table that aggregates bridge activity for bridge deposits and transfers sent from the following protocols: CELER, LAYER ZERO, MOVER, and WORMHOLE. Note, this table only includes records for the protocols listed above with live, onchain bridge activity and may not represent the complete bridging picture.
|
||||
|
||||
{% enddocs %}
|
||||
@ -1,7 +1,7 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: defi__fact_bridge_activity
|
||||
description: '{{ doc("defi__fact_bridge_activity") }}'
|
||||
description: '{{ doc("defi__ez_bridge_activity") }}'
|
||||
tests:
|
||||
- dbt_constraints.primary_key:
|
||||
column_name: fact_bridge_activity_id
|
||||
|
||||
Loading…
Reference in New Issue
Block a user