We're trying to figure out how to add node by Python. After using the python script provided in github to add a node, the node was created successfully, however when I tried updating the custom properties for the node, the script was able to run successfully but the values were not updated. I tried using the Web GUI and SQL to manually update the custom properties but the values were not updated either with no errors reported. I checked the Orion.Nodes table in the database and the node was there however, in the NodesCustomProperties table, the node was not there. I was wondering how to fix it so that when adding nodes using a python script, I can update the custom properties afterwards. Thanks!