external.artemis Table: active_users Type: Base Table
What
This model returns the number of active users for each blockchain and block dateColumns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCKCHAIN | TEXT | The blockchain where active users are counted from. |
| METRIC | TEXT | The metric name is always set as ‘active_users’ |
| DESCRIPTION | TEXT | The metric description |
| BLOCK_DATE | DATE | The date as of which the active users are counted. |
| ACTIVE_USERS | NUMBER | The number of active users for the given blockchain and as of date. |
| _INSERTED_TIMESTAMP | TIMESTAMP_NTZ | _INSERTED_TIMESTAMP column |
| ACTIVE_USERS_ID | TEXT | The surrogate key for the tx count. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | INSERTED_TIMESTAMP column |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | MODIFIED_TIMESTAMP column |
| _INVOCATION_ID | TEXT | _INVOCATION_ID column |