You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT service, period_start, period_end
FROM aws_cost_by_service_daily
WHERE period_start >= current_timestamp - interval '30d' AND
period_end >= current_timestamp - interval '30d' AND
service = 'Tax'