external.artemis Table: tx_count Type: Base Table
What
This model returns the number of transactions for each blockchain and block dateColumns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCKCHAIN | TEXT | The blockchain where tx count is counted from. |
| METRIC | TEXT | The metric name is always set as ‘tx_count’ |
| DESCRIPTION | TEXT | The metric description |
| BLOCK_DATE | DATE | The date as of which the tx count is counted. |
| TX_COUNT | NUMBER | The number of tx count for the given blockchain and as of date. |
| _INSERTED_TIMESTAMP | TIMESTAMP_NTZ | _INSERTED_TIMESTAMP column |
| TX_COUNT_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 |