ARRAY['climatology'::text] <@ variable_tags(meta_vars.*)
ARRAY['observation'::text] <@ variable_tags(meta_vars.*)
Various fixes for this will be applied throughout the PDP stack, including in the databases:
In this repo, we may still be assuming the old method is still in use. See:
Fix these if necessary.
The test (roughly rendered)
cell_methods ~ '(within|over)'no longer gives correct results. Instead we must use (rendered as SQL)or its complement
Various fixes for this will be applied throughout the PDP stack, including in the databases:
In this repo, we may still be assuming the old method is still in use. See:
pdp/pdp/static/js/__mocks__/data-services/prism_demo_app.js
Line 430 in b678ccc
pdp/tests/test_functional.py
Line 150 in b678ccc
Fix these if necessary.