Skip to main content
Schema: external.snapshot Table: fact_proposals Type: View

What

A fact view that contains all proposals on Snapshot and related information.

Columns

Column NameData TypeDescription
CREATED_ATTIMESTAMP_NTZThe time at which the proposal was generated.
PROPOSAL_TITLETEXTThe title or name of the proposal.
PROPOSAL_AUTHORTEXTThe address of the wallet that wrote the proposal.
PROPOSAL_TEXTTEXTThe body of the proposal.
CHOICESARRAYAn array containing the voting options on the proposal.
DELAYNUMBERThe default number of hours of voting delay for the space. The voting delay is the time between proposal submission and the opening of voting.
QUORUMNUMBERThe minimum amount of voting power for a proposal to pass.
VOTING_PERIODNUMBERThe default time in hours within a space for a proposal to be open for voting.
VOTING_TYPETEXTThe type of voting system used for this space. If this column is not null, the same voting system will be used for all proposals in this space.
IPFSTEXTThe corresponding IPFS hash.
PROPOSAL_START_TIMETIMESTAMP_NTZThe time at which voting on the proposal begins.
PROPOSAL_END_TIMETIMESTAMP_NTZThe time at which voting on the proposal ends.
SPACE_IDTEXTA way to identify which group, or space, on Snapshot a proposal belongs to.
NETWORKTEXTThe default network or blockchain used for the space.
NETWORK_IDTEXTThe default network or blockchain unique identifier used for the space.
PROPOSAL_IDTEXTA unique identifier for the proposal being voted on.