Ian Ward

Results 431 comments of Ian Ward

@jqnatividad it just happens that I'm working on an OpenAPI/Swagger view extension: https://github.com/open-data/ckanext-openapiview/

even better if those could be written as ```bash ./devexec ckan ```

notes from meeting: - add a new configuration option for datastore search that defaults to returning MS in timestamps - add note to changelog about config option for sites that...

Can a dataset be part of multiple series, e.g. separated by release and separated by region? For ordering, the metadata should already include a field that can be used to...

I like it. Having time sort, numeric sort, text sort as generic types would be more flexible. We could have an index on the order fields in the search back...

Regarding re-indexing a whole series were you thinking of the case where we've assigned a integer numeric index and need to insert a dataset in the series and bump all...

Possibly off-topic, but instead of using a dataset series for time series data we can choose to publish data in a single "Air Quality" dataset with columns for date and...

we could avoid the problem of existing double-underscore fields if we put the `[fieldname]__[operation]` specifications in a dict separate from `filters`. e.g.: ``` "filters": {"field1": "value", "field2": ["value1", "value2"]}, "operations":...

My original issue description was incorrect: The resource hash **is** set by datapusher unconditionally to the md5 of the file pushed, when it runs its jobs. I'd like this field...

Would be interesting to see IDatastoreBackend get some more use, but that completely replaces postgres for all datastore resources not just a few. `postgres_fdw` is a pretty mature way of...