Commit Graph

11 Commits

Author SHA1 Message Date
tarikceric
f1afce74e7
update alerts (#839)
* update alerts

* move py file

* delete old actions
2025-05-12 11:37:53 -07:00
desmond-hui
8ea30e9285
Deprecate legacy decode instructions pipeline (#723)
* update requests model

* only call streamline 2.0 endpoint

* use streamline 2.0 data after cutoff, formatting

* fix id column reference

* remove FR and add comment

* update helper to use new completed table

* update cutoff date, extend lookback
2024-12-09 08:05:34 -08:00
desmond-hui
935ca3c728
Migrate solana decoder to streamline 2 (#711)
* udf to call decoder on streamline 2.0

* bronze instruction decoder models

* add more v2 apis

* add bronze models for streamline 2.0 decoded logs

* add streamline models for 2.0 decoded instructions & logs

* run streamline 2.0 real time decoding pipelines in parallel
2024-11-25 08:37:24 -08:00
desmond-hui
366b842346
remove logs from workflow (#573) 2024-06-07 09:27:30 -07:00
desmond-hui
118801c6f1
Jupv6 logs decoding (#564)
* decoder view for realtime jupv6 logs decoding

* add log decoder to job

* remove extra -s

* add account size predicate to ensure we only capture swapevent logs
2024-05-22 07:39:55 -07:00
tarikceric
b8ef32172a
template (#514) 2024-03-13 16:23:27 -04:00
desmond-hui
bc9637a79b
use orchestrator to trigger decoded realtime and backfill (#466) 2024-01-26 07:51:28 -08:00
desmond-hui
a1cd0a3547
move files to orig loc, gha doesnt supp. subfolders (#440) 2024-01-10 07:11:32 -08:00
desmond-hui
169299e865
upgrade to dbt1.7, re-org workflow folder struct (#433)
* upgrade to dbt1.7, re-org workflow folder struct

* allow 1.4 until everything is fully upgraded

* fix wrong template refs
2024-01-10 07:03:45 -08:00
desmond-hui
f2f28ee9e4
An 4323/initial streamline 2.0 setup (#431)
* wip

* change udf name, fix surrogate key for inner instruct calls

* (wip) decoded instructions backfill helpers

* complete backfill helpers, clean up views with 0 requests

* rename

* revert

* temp change will revert

* rename

* use streamline 2.0 verify idl api endpoint

* this is placeholder model, will replace existing when ready

* reorg files

* add workflow for decode instructions real time

* use pip cache

* update with prod endpoints

* update sql limit to real value, should be union all

* use ref for model names

* remove placeholder, replace existing model logic

* add new decoder flow to gha

* temp disable incremental

* add inner index to core tables

* match existing behavior until we properly incorporate inner_instruction txs

* temp disable

* re-enable models

* remove unused comment

* properly handle inner_index null instances in unique key
2024-01-03 12:39:56 -08:00
desmond-hui
5edc2fcf22
An 4323/initial streamline 2.0 setup (#428)
* wip

* change udf name, fix surrogate key for inner instruct calls

* (wip) decoded instructions backfill helpers

* complete backfill helpers, clean up views with 0 requests

* rename

* revert

* temp change will revert

* rename

* use streamline 2.0 verify idl api endpoint

* this is placeholder model, will replace existing when ready

* reorg files

* add workflow for decode instructions real time

* use pip cache

* update with prod endpoints

* update sql limit to real value, should be union all
2024-01-03 09:24:43 -08:00