mirror of
https://github.com/FlipsideCrypto/external-models.git
synced 2026-02-06 11:21:59 +00:00
updates (#52)
This commit is contained in:
parent
9a872a8746
commit
3e407b44d8
2
.github/workflows/dbt_run_bi_hourly.yml
vendored
2
.github/workflows/dbt_run_bi_hourly.yml
vendored
@ -42,4 +42,4 @@ jobs:
|
||||
dbt deps
|
||||
- name: Run DBT Jobs
|
||||
run: |
|
||||
dbt run -m tag:snapshot
|
||||
dbt run -m tag:snapshot tag:flashbots
|
||||
2
.github/workflows/dbt_run_daily.yml
vendored
2
.github/workflows/dbt_run_daily.yml
vendored
@ -42,4 +42,4 @@ jobs:
|
||||
dbt deps
|
||||
- name: Run DBT Jobs
|
||||
run: |
|
||||
dbt run -m tag:defillama tag:deepnftvalue tag:core tag:flashbots
|
||||
dbt run -m tag:defillama tag:deepnftvalue tag:core
|
||||
@ -8,7 +8,7 @@ models:
|
||||
MEV-share is the Order Flow Auction (OFA) product from Flashbots, resharing MEV profits back to users, with parameterized privacy features.
|
||||
MEV-share inherit orderflow coming from Flashbots Protect RPC endpoint. Read more in [Flashbots docs](https://docs.flashbots.net/flashbots-protect/mev-share)!
|
||||
|
||||
Please note: Data after February 14, 2024 will be added soon. Please reach out to the Flashbots team for any data discrepancies or questions.
|
||||
Please reach out to the Flashbots team for any data discrepancies or questions.
|
||||
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
|
||||
@ -5,7 +5,7 @@ models:
|
||||
This table contains all the transactions received by Flashbots Protect RPC that are seen landed onchain, including the privacy setting user or application set when sending them.
|
||||
Read more about Flashbots Protect from [documentation](https://docs.flashbots.net/flashbots-protect/quick-start) and [website](https://protect.flashbots.net/)!
|
||||
|
||||
Please note: Data after February 14, 2024 will be added soon. Please reach out to the Flashbots team for any data discrepancies or questions.
|
||||
Please reach out to the Flashbots team for any data discrepancies or questions.
|
||||
|
||||
columns:
|
||||
- name: TX_HASH
|
||||
|
||||
@ -11,4 +11,4 @@ models:
|
||||
- not_null
|
||||
- dbt_expectations.expect_row_values_to_have_recent_data:
|
||||
datepart: day
|
||||
interval: 2
|
||||
interval: 7
|
||||
Loading…
Reference in New Issue
Block a user