In this article
...
Troubleshooting
Error | Reason | Resolution |
---|---|---|
Account validation failed. | The Pipeline ended before the batch could complete execution due to a connection error. | Verify that the Refresh token field is configured to handle the inputs properly. If you are not sure when the input data is available, configure this field as zero to keep the connection always open. |
Examples
Inserting Records by Creating a New Table
This example Pipeline demonstrates how to insert data into a table. The table 'employee1' is does not existing exist on database initially. So the Snap first creates the table 'employee1'Employee1' and then inserts the records read and parsed using the Snaps upstream.
...
First read the data that you want to insert with a File Reader Snap:
...
Here is the sample output of the Snap.
Downloads
Info |
---|
|
...