Skip to content
Snippets Groups Projects

bug: the eea route should use the private flag

Merged Christoffer Stoll requested to merge development into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -55,7 +55,7 @@ class Dataflows:
and (o.end_position >= c.begin_position)
and o.end_position < COALESCE(c.end_position, '9999-01-01T00:00:00+01:00' )
and o.touched > %(last_request)s
and s.use_in_public_api = true
and s.private = false
group by c.begin_position, c.process_id,s.assessment_type,s.pollutant, c.sample_id, o.sampling_point_id, s.concentration, s.timestep
""", {"last_request": last_request})
rows = cursor.fetchall()
Loading