Ori Hoch
Ori Hoch
1. added .travis.yml for testing multiple python versions using Travis-CI and Conda - https://travis-ci.org/OriHoch/singer-python/builds/444822592 2. minor changes to check_prereqs to support running using Conda environment which is slightly different then...
the specs currently support formats for time/date formats which are not portable and might produce different results when called from different platforms / library implementations: * any - * not...
see - https://docs.google.com/document/d/14Jr61u6CS3Y_Ikl8pk09Rj4MhFt0wIqsKRTXpdWnRMw/edit?usp=sharing
need to design and open issues to support datacity-stride project for which we should provide an api that will be used to visualize public transportation reachability to different locations in...
## reproduction steps * Get data for siri vehicle location (recorded_at_time_from/to=`2022-04-03 10:00:08+03:00`, line_ref=`5164`, operator_ref=`3`) * https://open-bus-stride-api.hasadna.org.il/siri_vehicle_locations/list?recorded_at_time_from=2022-04-03%2010%3A00%3A08%2B03%3A00&recorded_at_time_to=2022-04-03%2010%3A00%3A08%2B03%3A00&order_by=id%20asc&siri_routes__line_ref=5164&siri_routes__operator_ref=3 * check the value of `siri_ride__scheduled_start_time` * Get the related siri snapshot from S3...
see #361 - the cause of that bug is that wrong argument name was used the API should return an error if an unknown argument is used to prevent such...
currently, if source data is not available, siri requester daemon exits with exception and the pod enters a restart loop until it gives up need to have better handling of...