Some Workbooks not running after update to Datameer 6.3.3

Comments

7 comments

  • Michael Ahn

    This is the sheet summary of sheet splitPoints from the Browser:

    Column 1 : =COPY(#EXOP_Dedup!ID)
    Column 2 : =JSON_VALUE(#Points_Raw;"Geometry")
    Column 3 : =FLOAT(JSON_VALUE(#Koordinates;"x"))
    Column 4 : =FLOAT(JSON_VALUE(#Koordinates;"y"))
    Column 5 : =JSON_VALUE(#Points_Raw;"Accuracy")
    Column 6 : =JSON_VALUE(#Points_Raw;"Countrywide")
    Column 7 : =JSON_VALUE(#Points_Raw;"Country")
    Column 8 : =JSON_VALUE(#Points_Raw;"Admin0")
    Column 9 : =JSON_VALUE(#Points_Raw;"Admin1")
    Column 10 : =JSON_VALUE(#Points_Raw;"Admin2")
    Column 11 : =IF(STARTSWITH(#EXOP_Dedup!Features_Points;"[");EXPAND(JSONTOLIST(#EXOP_Dedup!Features_Points));#EXOP_Dedup!Features_Points)
    Column 12 : =WKB2JSON(#Point_Geometry)
    0
    Comment actions Permalink
  • Joel Stewart

    Can you share the REST API workbook definition for this job? The command is outlined here: REST API Workbook - Read Workbook 

    The exception seems to indicate that the source data is not formatted as expected. 

    0
    Comment actions Permalink
  • Michael Ahn

    Here you can get the Workbook:

    https://www.dropbox.com/s/gbrcnknekobjeew/workbook.json?dl=0 

    0
    Comment actions Permalink
  • Joel Stewart

    Thank you for sharing Michael. Within the JSON, I could see a different between the columnID and the columnIndex fields for the splitPoints sheet. I manually updated these to match each other and force alignment of these values as a test. This update is available here: https://datameer.box.com/s/qf2s2k7gpyji4d0w35deskovjqy97q3i

    Can you let us know if this resolves the issue? If so, we'll also work on a reproduction to resolve this programmatically moving forward. 

    0
    Comment actions Permalink
  • Michael Ahn

    I uploaded your modification but the error keeps the same when I try to run the workbook on the cluster.

    0
    Comment actions Permalink
  • Joel Stewart

    Thanks for testing that version of the workbook, I'm disappointed that it did not provide any relief. Do you have a mysql backup of the dap database available from before the upgrade? We could try to simulate this in our lab environment after taking a closer look. 

     

    0
    Comment actions Permalink
  • Michael Ahn

    I have the backup of the database before the upgrade. Please contact me directly to get the download link. I don't want to post it on a public forum.

    0
    Comment actions Permalink

Please sign in to leave a comment.