Results 10 comments of Josh Kalov

You can tell from the headers: https://dev.socrata.com/docs/endpoints.html#versioning-http-headers . The older/"2.0" has X-SODA2-Legacy-Types: true . You could also look for newBackend=true/false in the views (https://data.cityofchicago.org/views/9pkb-4fbf) There isn't anything though for when...

Dev.socrata.com says to provide an order clause to ensure stable results. https://dev.socrata.com/docs/paging.html Implementing their "at a minimum" recommendation on get_all might be the best fix. > Heads Up! The order...

I hacked a version of DataSync to kind of handle this for my specific use case (updating the Dataset Contact Email for most datasets). The code is not in a...

Is this not already implemented? There has been previous discussion on the pros and cons of notification. https://github.com/socrata/datasync/issues/78

There's been a couple releases since this issue was created and no movement on this. Is there an update? This is super simple to do so its confusing why there...

It needs to be cleaned up more but... http://datasync-historical.readthedocs.io/en/docs-1.7.2/ http://datasync-historical.readthedocs.io/en/docs-1.7/ http://datasync-historical.readthedocs.io/en/docs-1.6/ http://datasync-historical.readthedocs.io/en/docs-pre-1.6/ Built from docs-version branches at https://github.com/shua123/datasync

Have you tried using cygwin for running .sh in Windows?

.sh files to convert: - [ ] ETL/Setup-Script.sh - [ ] ETL/Standard_ETL.sh - [ ] DataSync/load_preferences.sh - [ ] The four-by-four scripts (i.e., abcd-1234.sh)

This is a good idea. Thinking a bit out loud about how to do this... Finding existing widths is easy through the views api. I am not sure what publishing...

Interesting. Do you do that through a Kettle job?