mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 11:06:45 +00:00
parent
c82c04ad5d
commit
b33dc89a39
5
models/descriptions/set_description.md
Normal file
5
models/descriptions/set_description.md
Normal file
@ -0,0 +1,5 @@
|
||||
{% docs set_description %}
|
||||
|
||||
Description for a set.
|
||||
|
||||
{% enddocs %}
|
||||
@ -15,6 +15,7 @@ SELECT
|
||||
serial_number,
|
||||
listing_id,
|
||||
set_name,
|
||||
set_description,
|
||||
metadata,
|
||||
inserted_timestamp,
|
||||
modified_timestamp
|
||||
|
||||
@ -24,8 +24,9 @@ models:
|
||||
|
||||
- name: SET_NAME
|
||||
description: "{{ doc('set_name')}}"
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: set_description
|
||||
description: "{{ doc('set_description')}}"
|
||||
|
||||
- name: METADATA
|
||||
description: "{{ doc('metadata')}}"
|
||||
|
||||
@ -38,7 +38,8 @@ SELECT
|
||||
edition AS serial_number,
|
||||
owner,
|
||||
listing_id,
|
||||
set_name,
|
||||
metadata :SET :: STRING AS set_name,
|
||||
set_name AS set_description,
|
||||
metadata,
|
||||
_inserted_timestamp,
|
||||
_filename,
|
||||
|
||||
@ -29,6 +29,9 @@ models:
|
||||
|
||||
- name: SET_NAME
|
||||
description: "{{ doc('set_name')}}"
|
||||
|
||||
- name: SET_DESCRIPTION
|
||||
description: "{{ doc('set_description')}}"
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user