From 3e407b44d882f1e470baeaee450ebc9f6d76aa8e Mon Sep 17 00:00:00 2001 From: Austin <93135983+austinFlipside@users.noreply.github.com> Date: Wed, 28 Feb 2024 10:16:29 -0500 Subject: [PATCH] updates (#52) --- .github/workflows/dbt_run_bi_hourly.yml | 2 +- .github/workflows/dbt_run_daily.yml | 2 +- models/flashbots/gold/flashbots__fact_mevshare_transactions.yml | 2 +- models/flashbots/gold/flashbots__fact_protect_transactions.yml | 2 +- models/flashbots/silver/silver__flashbots_protect_txs.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dbt_run_bi_hourly.yml b/.github/workflows/dbt_run_bi_hourly.yml index 2556a94..e256ef2 100644 --- a/.github/workflows/dbt_run_bi_hourly.yml +++ b/.github/workflows/dbt_run_bi_hourly.yml @@ -42,4 +42,4 @@ jobs: dbt deps - name: Run DBT Jobs run: | - dbt run -m tag:snapshot \ No newline at end of file + dbt run -m tag:snapshot tag:flashbots \ No newline at end of file diff --git a/.github/workflows/dbt_run_daily.yml b/.github/workflows/dbt_run_daily.yml index 7f2059f..e12f275 100644 --- a/.github/workflows/dbt_run_daily.yml +++ b/.github/workflows/dbt_run_daily.yml @@ -42,4 +42,4 @@ jobs: dbt deps - name: Run DBT Jobs run: | - dbt run -m tag:defillama tag:deepnftvalue tag:core tag:flashbots \ No newline at end of file + dbt run -m tag:defillama tag:deepnftvalue tag:core \ No newline at end of file diff --git a/models/flashbots/gold/flashbots__fact_mevshare_transactions.yml b/models/flashbots/gold/flashbots__fact_mevshare_transactions.yml index 8b0dfc6..08e217d 100644 --- a/models/flashbots/gold/flashbots__fact_mevshare_transactions.yml +++ b/models/flashbots/gold/flashbots__fact_mevshare_transactions.yml @@ -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 diff --git a/models/flashbots/gold/flashbots__fact_protect_transactions.yml b/models/flashbots/gold/flashbots__fact_protect_transactions.yml index 594a436..6f8a8a9 100644 --- a/models/flashbots/gold/flashbots__fact_protect_transactions.yml +++ b/models/flashbots/gold/flashbots__fact_protect_transactions.yml @@ -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 diff --git a/models/flashbots/silver/silver__flashbots_protect_txs.yml b/models/flashbots/silver/silver__flashbots_protect_txs.yml index 94cee19..ce5daea 100644 --- a/models/flashbots/silver/silver__flashbots_protect_txs.yml +++ b/models/flashbots/silver/silver__flashbots_protect_txs.yml @@ -11,4 +11,4 @@ models: - not_null - dbt_expectations.expect_row_values_to_have_recent_data: datepart: day - interval: 2 \ No newline at end of file + interval: 7 \ No newline at end of file