Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions dbt_subprojects/daily_spellbook/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,6 @@ models:
ethereum:
+schema: cryptopunks_ethereum

spaceid:
+schema: spaceid
bnb:
+schema: spaceid_bnb

tornado_cash:
+schema: tornado_cash
arbitrum:
Expand Down Expand Up @@ -294,11 +289,6 @@ models:
fantom:
+schema: beethoven_x_fantom

pooltogether:
+schema: pooltogether
ethereum:
+schema: pooltogether_ethereum

coinbase_wallet_quests:
+schema: coinbase_wallet_quests
optimism:
Expand Down Expand Up @@ -340,11 +330,6 @@ models:
quests:
+schema: quests

worldcoin:
+schema: worldcoin
optimism:
+schema: worldcoin_optimism

aerodrome:
+schema: aerodrome
base:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,18 +310,6 @@ models:
- &exchange_rate
name: exchange_rate
description: "Exchange rate of the strategy shares to underlying tokens"
- name: eigenlayer_ethereum_underlying_token_exchange_rate_latest
meta:
blockchain: ethereum
sector: restaking
contributors: bowenli
config:
tags: ['eigenlayer', 'restaking', 'exchange rate']
description: >
Latest exchange rate of underlying tokens
columns:
- *strategy
- *exchange_rate
- name: eigenlayer_ethereum_pod_shares_updated_enriched
meta:
blockchain: ethereum
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
version: 2

models:
- name: eas_schemas
- name: eas_schema_details
meta:
blockchain: arbitrum, base, ethereum, optimism, polygon, scroll, celo, linea, nova, zksync
sector: attestation
contributors: tomfutago
config:
tags: [ 'attestation', 'eas' ]
description: "EAS schema registry"
tags: ['attestation', 'eas']
description: "EAS schema registry details"
data_tests:
- dbt_utils.unique_combination_of_columns:
arguments:
Expand All @@ -17,6 +17,7 @@ models:
- project
- version
- schema_uid
- ordinality
columns:
- &blockchain
name: blockchain
Expand All @@ -38,24 +39,14 @@ models:
description: "Schema unique identifier"
data_tests:
- not_null
- &registerer
name: registerer
description: "Wallet address that created the Schema"
- &resolver
name: resolver
description: "Optional contract assigned to the Schema for more complex use cases"
- &schema
name: schema
description: "ABI encoded Schema field types"
- &schema_array
name: schema_array
description: "Array of 2-element arrays representing Schmea pairs: [[data_type,field_name],[...]]"
- &is_revocable
name: is_revocable
description: "Is attestation against this Schema revocable?"
- &contract_address
name: contract_address
description: "EAS deployed contract address"
- name: ordinality
description: "Incremental unique number to order fields within each Schema"
data_tests:
- not_null
- name: data_type
description: "Schema field data type. Schemas follow Solidity ABI for acceptable data types."
- name: field_name
description: "Name of Schema field"
- &block_number
name: block_number
description: "Block number"
Expand All @@ -69,51 +60,14 @@ models:
name: evt_index
description: "Index of the corresponding transaction event"

- name: eas_schema_details
meta:
blockchain: arbitrum, base, ethereum, optimism, polygon, scroll, celo, linea, nova, zksync
sector: attestation
contributors: tomfutago
config:
tags: [ 'attestation', 'eas' ]
description: "EAS schema registry details"
data_tests:
- dbt_utils.unique_combination_of_columns:
arguments:
combination_of_columns:
- blockchain
- project
- version
- schema_uid
- ordinality
columns:
- *blockchain
- *project
- *version
- *schema_uid
- &ordinality
name: ordinality
description: "Incremental unique number to order fields within each Schema"
data_tests:
- not_null
- &data_type
name: data_type
description: "Schema field data type. Schemas follow Solidity ABI for acceptable data types."
- &field_name
name: field_name
description: "Name of Schema field"
- *block_number
- *block_time
- *tx_hash
- *evt_index

- name: eas_attestations
meta:
blockchain: arbitrum, base, ethereum, optimism, polygon, scroll, celo, linea, nova, zksync
sector: attestation
contributors: tomfutago
config:
tags: [ 'attestation', 'eas' ]
tags: ['attestation', 'eas']
description: "EAS attestations"
data_tests:
- dbt_utils.unique_combination_of_columns:
Expand All @@ -129,80 +83,36 @@ models:
- *project
- *version
- *schema_uid
- &attestation_uid
name: attestation_uid
- name: attestation_uid
description: "Attestation unique identifier"
data_tests:
- not_null
- &attester
name: attester
- name: attester
description: "Address that made the Attestation"
- &recipient
name: recipient
- name: recipient
description: "Optional recipient of the Attestation that was made"
- &request
name: request
- name: request
description: "Attestation JSON request"
- *is_revocable
- &ref_uid
name: ref_uid
- name: is_revocable
description: "Is attestation against this Schema revocable?"
- name: ref_uid
description: "Optional Attestation that this Attestation is referencing"
- &raw_data
name: raw_data
- name: raw_data
description: "ABI encoded data for the Attestation"
- &raw_value
name: raw_value
- name: raw_value
description: "uint256 value to pass to the resolver"
- &expiration_time
name: expiration_time
- name: expiration_time
description: "Optional date that the Attestation will expire if provided by the attestor"
- &revocation_time
name: revocation_time
- name: revocation_time
description: "Time at which the attestation was revoked (if any)"
- &attestation_state
name: attestation_state
- name: attestation_state
description: "Attestation state: valid or revoked"
- &is_revoked
name: is_revoked
- name: is_revoked
description: "Is this Attestation revoked?"
- *contract_address
- name: contract_address
description: "EAS deployed contract address"
- *block_number
- *block_time
- *tx_hash
- *evt_index

- name: eas_attestation_details
meta:
blockchain: arbitrum, base, ethereum, optimism, polygon, scroll, celo, linea, nova, zksync
sector: attestation
contributors: tomfutago
config:
tags: [ 'attestation', 'eas' ]
description: "EAS attestation details"
data_tests:
- dbt_utils.unique_combination_of_columns:
arguments:
combination_of_columns:
- blockchain
- project
- version
- schema_uid
- attestation_uid
- ordinality
columns:
- *blockchain
- *project
- *version
- *schema_uid
- *attestation_uid
- *ordinality
- *data_type
- *field_name
- &decoded_data
name: decoded_data
description: "Decoded data chunk (if successful otherwise blank) related to data_type/field_name pair"
- *is_revoked
- *block_number
- *block_time
- *tx_hash
- *evt_index

This file was deleted.

This file was deleted.

Loading
Loading