aurora.atlas Table: fact_maas Type: View
Monthly Active Accounts (wallets) on Aurora, calculated over a rolling 30 day window. An active
account, here, is defined as the signing of at least one transaction.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| FACT_MAAS_ID | TEXT | A unique identifier for the record. |
| DAY | DATE | Date of activity. |
| MAA | NUMBER | Monthly Active Accounts (wallets), as determined by transaction signers. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The timestamp at which the record was initially created and inserted into this table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The timestamp at which this record was last modified by an internal process. |