mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 20:01:44 +00:00
40 lines
932 B
YAML
40 lines
932 B
YAML
version: 2
|
|
|
|
models:
|
|
- name: silver__github_data
|
|
description: Table for Near Github data
|
|
|
|
columns:
|
|
- name: REPO_OWNER
|
|
description: "Repo owner"
|
|
|
|
- name: REPO_NAME
|
|
description: "Repo name"
|
|
|
|
- name: ENDPOINT_NAME
|
|
description: "Endpoint name for the data"
|
|
|
|
- name: DATA
|
|
description: "Data from the endpoint"
|
|
|
|
- name: PROVIDER
|
|
description: "Provider for the data"
|
|
|
|
- name: ENDPOINT_GITHUB
|
|
description: "Endpoint for data"
|
|
|
|
- name: INSERTED_AT
|
|
description: "Timestamp when the data was inserted into the table"
|
|
|
|
- name: GITHUB_DATA_ID
|
|
description: "{{doc('id')}}"
|
|
|
|
- name: INSERTED_TIMESTAMP
|
|
description: "{{doc('inserted_timestamp')}}"
|
|
|
|
- name: MODIFIED_TIMESTAMP
|
|
description: "{{doc('modified_timestamp')}}"
|
|
|
|
- name: _INVOCATION_ID
|
|
description: "{{doc('invocation_id')}}"
|