Skip to content

Commit

Permalink
hot swap (#85)
Browse files Browse the repository at this point in the history
* hot swap

* index

* dash
  • Loading branch information
austinFlipside committed Oct 12, 2023
1 parent 345f7c1 commit d71174b
Show file tree
Hide file tree
Showing 4 changed files with 224 additions and 662 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/dbt_run_incremental_temp.yml

This file was deleted.

8 changes: 6 additions & 2 deletions models/gold/core/core__ez_eth_transfers.sql
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ WITH eth_base AS (
_call_id,
_inserted_timestamp,
eth_value_precise_raw,
eth_value_precise
eth_value_precise,
tx_position,
trace_index
FROM
{{ ref('silver__traces') }}
WHERE
Expand Down Expand Up @@ -82,7 +84,9 @@ SELECT
2
) AS amount_usd,
_call_id,
_inserted_timestamp
_inserted_timestamp,
tx_position,
trace_index
FROM
eth_base A
LEFT JOIN {{ ref('silver__hourly_prices_priority_eth') }}
Expand Down
Loading

0 comments on commit d71174b

Please sign in to comment.