Commit Graph

3 Commits

Author SHA1 Message Date
tarikceric
a6aaada846
grant internal_dev access to dev db (#279) 2023-04-05 10:47:31 -07:00
desmond-hui
12442761fc
An 2149/account owners model (#237)
* wip

* wip

* wip

* change dev owner to use new access role

* wip

* update names

* wip

* use macro for dynamic incremental logic

* change names, split stakes acct and token acct into own tables

* workflow to backfill

* disable new models from incremental while it backfills

* include mint of token account on creation

* inner index should not have no null tests, add mint to yml

* make inner_index -1 so that it can be included in unique key merge

* pr fixes

* add dupe tests

* change to full refresh only, works faster for backfills at least

* fix typo

* fix mint null test, only for create events

* account initialization also has mint value

* add ordering based on events to fix same block event issues

* simplify temporary exclude
2023-02-09 14:37:48 -08:00
desmond-hui
c37fc3ef5c
add macro to be called on dbt cloud (#83)
* add macro to be called on dbt cloud

* add macro to be called on dbt cloud

Co-authored-by: amasucci13 <amasucci13@gmail.com>
2022-08-15 15:44:15 -07:00