-
1. Re: Socrata Sample Connector Thread
Amy G Nov 16, 2015 1:42 PM (in response to Nicolas Brisoux)What is the advantage of using the Socrata web connector over the OData connectors provided with datasets?
-
2. Re: Socrata Sample Connector Thread
Gregory Frazier Dec 7, 2015 7:16 AM (in response to Amy G)1 of 1 people found this helpfulAccording to the Tableau docs on OData, OData can't be refreshed.
http://onlinehelp.tableau.com/v8.1/pro/online/en-us/examples_odata.html
After you connect to an OData data source, you will be prompted to Import the data into Tableau's data engine (see Extracting Data). Unlike many extract connections, extracts from OData data sources cannot be refreshed. To get the updated data, you must reconnect to the data source.
For SODA you could use the API to have fresh data extractions. Handy for frequently updated data like Crime report/police reports that are updated daily. For annual data or one time reports it probably wouldn't matter.
-
3. Re: Socrata Sample Connector Thread
Chelsea Ursaner May 28, 2016 9:43 AM (in response to Nicolas Brisoux)I'm having trouble getting this to work. It seems to have to do with line 67 in the Socrata sample connector:
var connectionUrl = connectionData.url + '?%24limit=100&$offset=' + lastRecordToken;
Could you please explain the purpose of this line? What do you recommend setting the offset to?
Thank you!
Chelsea