I hereby claim:
- I am taylorwc on github.
- I am taylorwc (https://keybase.io/taylorwc) on keybase.
- I have a public key ASDPdFSj2LUkeru32npFmim9JvWPnUhDSlKrVdfEa3AeuQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Verifying my Blockstack ID is secured with the address 1KJXCAkRoHe7QHVkCc5hco2KnC9iPYxLjC https://explorer.blockstack.org/address/1KJXCAkRoHe7QHVkCc5hco2KnC9iPYxLjC |
with | |
dau as ( | |
-- This part of the query can be pretty much anything. | |
-- The only requirement is that it have three columns: | |
-- dt, user_id, inc_amt | |
-- Where dt is a date and user_id is some unique identifier for a user. | |
-- Each dt-user_id pair should be unique in this table. | |
-- inc_amt represents the amount of value that this user created on dt. | |
-- The most common case is | |
-- inc_amt = incremental revenue from the user on dt |