Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Brad BrezinskiI have a graph in which I use execution nodes to create 4 temp tables on one of our db servers. I’m able to create and delete all 4 temp tables with the execution nodes. I use additional execution nodes to upload data for the tables, int and varchar data types. I’m able to upload data to 2 of the tables. The other upload nodes for the other two complete successfully but I get 0 records with I query the tables. The only differences I see in Lavastorm is that the 2 upload nodes that upload successfully indicate 0 to the right of the node. The 2 upload nodes that don’t seem to upload any data indicated the number of records I’m trying to upload to the right of the node. In this case I’m uploading 103 records. Any ideas how to get those nodes to upload data?