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
{{ message }}
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
When querying the Transport data set (see SQL below) the response comments that the "Query would take too long to run, please apply a LIMIT of less than 5000 rows". I suspect that there is no data available for the road, start_date and end_date and that the response should be changed to show that data is not available.
This is the query:
select *
from planned_road_works
where road = 'M20'
and start_date > '01/01/2017'
and end_date < '07/01/2017'
limit 10
If I change the start and end dates to '01/01/2013' and '07/01/2013' respectively, data is returned.
Thank you. This has fantastic potential.
The text was updated successfully, but these errors were encountered:
Yeah, we've had a few issues reported on this behaviour, I think there is data, but quite a lot of it with potentially some bad indexes :(
Unfortunately, as it's a proof of concept (as mentioned at https://data.gov.uk/data/api/) it's unlikely to be fixed before the service is withdrawn. The aim of the data api was to obtain feedback about whether the service was something that people would like us to invest time in, but unfortunately we didn't get a lot.
On 9 Jun 2017 14:41, "Ross Jones" ***@***.***> wrote:
Yeah, we've had a few issues reported on this behaviour, I think there is
data, but quite a lot of it with potentially some bad indexes :(
Unfortunately, as it's a proof of concept (as mentioned at
https://data.gov.uk/data/api/) it's unlikely to be fixed before the
service is withdrawn. The aim of the data api was to obtain feedback about
whether the service was something that people would like us to invest time
in, but unfortunately we didn't get a lot.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#80 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIC9oqbjjN1q4gisK_dNYMPbLcaizMwuks5sCUulgaJpZM4NzxdV>
.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When querying the Transport data set (see SQL below) the response comments that the "Query would take too long to run, please apply a LIMIT of less than 5000 rows". I suspect that there is no data available for the road, start_date and end_date and that the response should be changed to show that data is not available.
This is the query:
select *
from planned_road_works
where road = 'M20'
and start_date > '01/01/2017'
and end_date < '07/01/2017'
limit 10
If I change the start and end dates to '01/01/2013' and '07/01/2013' respectively, data is returned.
Thank you. This has fantastic potential.
The text was updated successfully, but these errors were encountered: