Hanneli Tavante

Results 14 issues of Hanneli Tavante

Hi, On `learnocaml_common.ml`, I noticed `let rec sync_save token save_file ` can actually create a new token if the `Update_save` returns an error (https://github.com/ocaml-sf/learn-ocaml/blob/master/src/app/learnocaml_common.ml#L439) - Is this the expected behaviour?...

kind: bug
kind: question

## Acceptance - [ ] Write proper docs for Heroku deploy (describe Procfile and ENV vars configuration)

documentation

It looks like the streaming API for GUnicorn on Heroku does not support the method tell(). ATM there is a workaround where I return the size of the stream; which...

bug
design

## Acceptance - [x] /dag_run endpoint on CKAN which gives a report with the status of the DAG - [x] Collect Airflow default API response for a DAG (for local...

enhancement

## Acceptance - [ ] Re-enable log consumption on the API endpoint ## Analysis After https://github.com/datopian/ckanext-aircan/pull/21 merge, log filters do not return proper results, breaking the API integration

## Acceptance - [ ] Handle large log entries (prevent timeouts) - [x] Handle proper encoding - [ ] Integration test (log consumption) ## Tasks - [ ] Set up...

## Acceptance - [ ] ckan_api_load_gcp running with proper schema ## Analysis `json.dumps` on schema would require `json.loads` in the payload

## Acceptance - [ ] All tests should be passing on the aircan-connector