with dddd as ( select ((variants ::json->0)::json->>'metrics')::json->>'last_push_timestamp' as lastupdate from tap_meltanohub.taps ) select * from dddd where lastupdate > '2020-01-01'
with dddd as (
select ((variants ::json->0)::json->>'metrics')::json->>'last_push_timestamp' as lastupdate from tap_meltanohub.taps
)
select * from dddd where lastupdate > '2020-01-01'