-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Running absorb collect growthepie.metrics throws the error below. The schema expects timestamp: Datetime(time_unit='us', time_zone='UTC') but receives date: String
Full logs
❯ uv run absorb collect growthepie.metrics
using default value for ABSORB_ROOT: ~/absorb
(set a value for the ABSORB_ROOT env var to remove this message)
collecting dataset: growthepie.metrics
- n_chunks: 1
- chunk: [entire dataset]
- overwrite: False
- output dir: /Users/ianguimaraes/absorb/datasets/growthepie/tables/metrics
- collection start time: 2025-08-09 16:48:08.886564
[collecting entire dataset]
error: collected data does not match schema: {'date': String, 'network': String, 'market_cap_usd': Float64, 'market_cap_eth': Float64, 'txcount': Float64, 'aa_last7d': Float64, 'txcosts_median_eth':
Float64, 'daa': Float64, 'gas_per_second': Float64, 'fees_paid_eth': Float64, 'tvl_eth': Float64, 'profit_usd': Float64, 'costs_blobs_eth': Float64, 'stables_mcap_eth': Float64, 'rent_paid_eth': Float64,
'tvl': Float64, 'costs_total_eth': Float64, 'fdv_eth': Float64, 'profit_eth': Float64, 'txcosts_median_usd': Float64, 'costs_l1_usd': Float64, 'fees_paid_usd': Float64, 'fdv_usd': Float64, 'stables_mcap':
Float64, 'costs_blobs_usd': Float64, 'app_fees_usd': Float64, 'rent_paid_usd': Float64, 'app_fees_eth': Float64, 'costs_total_usd': Float64, 'costs_l1_eth': Float64} != {'timestamp':
Datetime(time_unit='us', time_zone='UTC'), 'network': String, 'market_cap_usd': Float64, 'market_cap_eth': Float64, 'txcount': Float64, 'aa_last7d': Float64, 'txcosts_median_eth': Float64, 'daa': Float64,
'gas_per_second': Float64, 'fees_paid_eth': Float64, 'profit_usd': Float64, 'app_fees_eth': Float64, 'fees_paid_usd': Float64, 'txcosts_median_usd': Float64, 'stables_mcap_eth': Float64, 'fdv_eth':
Float64, 'stables_mcap': Float64, 'costs_l1_usd': Float64, 'costs_total_usd': Float64, 'rent_paid_usd': Float64, 'app_fees_usd': Float64, 'tvl': Float64, 'tvl_eth': Float64, 'fdv_usd': Float64,
'costs_blobs_usd': Float64, 'rent_paid_eth': Float64, 'costs_blobs_eth': Float64, 'profit_eth': Float64, 'costs_l1_eth': Float64, 'costs_total_eth': Float64}Metadata
Metadata
Assignees
Labels
No labels