Network errors in GoodData Writer

GoodData Writer experiences occurring network errors during download of csv files from storage and that cause failures of some load data jobs. We are working on fix. Thanks for patience. 

Update: It seems that the network errors ceased. In addition we published a fix which should properly deal with such errors in the future. We apologize for any inconvenience.

User Filters configuration change in GoodData Writer

We have deployed improvements to Mandatory User Filters which need a change in writers configuration. Your configurations will be migrated automatically but here is a list of changes:

Table filters contained columns name, attribute, element, operator, uri and now contains only name, attribute, operator, value (element has been renamed to value and uri moved tofilters_projects table)

Table filters_projects contained columns filterName, pid and now contains uri, filter, pid

Table filters_users contained columns filterName, userEmail and now contains id, filter, email (id is generated by Writer and is unique for each combination of filter name and email)

RestBox CSV plugins

 The RestBox tool has been updated with two new plugins you can find on the File modifications tab. 

Filename will add a column to your StorageAPI table, which contains the source filename/URL

DownloadTime adds a column with the date/time when the file has been processed by RestBox.

    End of Life Announcement for GoodData Writer’s wait parameter

     Parameter wait used for synchronous waiting for result of jobs processing will be unavailable by June 30. You are encouraged to use async polling for job status according to documentation if you call our API by yourself. You can also check our PHP client on Github which supports this feature.

    New Orchestrator released yesterday takes care of it by default and waits for results of Writer’s jobs.