mirror of
https://github.com/FlipsideCrypto/aurora-models.git
synced 2026-02-06 13:36:46 +00:00
14 lines
364 B
YAML
14 lines
364 B
YAML
version: 2
|
|
models:
|
|
- name: admin__number_sequence
|
|
description: |
|
|
This model generates a sequence of numbers for a given range.
|
|
tests:
|
|
- dbt_utils.unique_combination_of_columns:
|
|
combination_of_columns:
|
|
- _ID
|
|
columns:
|
|
- name: _ID
|
|
tests:
|
|
- not_null
|
|
description: Primary key for the table |