external-models/models/flashbots/gold/flashbots__fact_protect_transactions.sql
2024-05-06 15:16:24 -04:00

24 lines
414 B
SQL

{{ config(
materialized = "view",
tags = ['flashbots'],
meta={
'database_tags':{
'table': {
'PROTOCOL': 'flashbots'
}
}
}
) }}
SELECT
tx_hash,
from_address,
to_address,
created_at_block_number,
tx_id,
hints_selected,
num_of_builders_shared,
refund_percent
FROM
{{ ref('silver__flashbots_protect_txs') }}