Skip to content

Commit

Permalink
Time view EO3 behavior to match space view.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacemanPaul committed Mar 13, 2024
1 parent fc7fce3 commit b4c0b30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ select
'[]'
) as temporal_extent
from agdc.dataset where
metadata_type_ref in (select id from metadata_lookup where name in ('eo3_landsat_ard','eo3', 'eo3_sentinel_ard'))
metadata_type_ref in (select id from metadata_lookup where name like 'eo3_%')
and archived is null

0 comments on commit b4c0b30

Please sign in to comment.