If the description field is populated in the node configuration for a snapshot v0 node, a SQL compilation error is generated when running the node. For example, this is the error message I receive in such a scenario:
SQL compilation error: syntax error line 59 at position 42 unexpected '='.
I believe this is due to an incorrect line in the run template that attempts to attach the node description to the select query for the insert statement - line 75 in the built in editor in Coalesce. I have attached a screenshot of the line in question.
