This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Is there any support for MongoDB distinct queries in SnapLogic? I’m trying to execute a query like this:
db.Reason.distinct(“Values.Reason”)
The Find snap seems to only accept JSON formatted expressions, but wasn’t sure if there’s another way to acco...
The documentation for the Checkout Timeout property of the SQL Server Account configuration mentions: “An exception will be thrown after the wait time has expired.”
Does anyone know what exception will be thrown? Dealing with seemingly random “com.mi...
I noticed today that the documentation page for the CSV Formatter snap does not include documentation for the Binary Header Properties fields. Can this be updated to include information about those fields? @dmiller?
Has anyone successfully mapped a pipeline exposed via an Ultra Task to an AWS API Gateway API? I feel like I’m doing everything right, but I’m getting an inexplicable 500 error. Wondering if anyone has had success with this that might be able to offe...
I have a need to write an “empty” CSV file that includes only the header row information in the case that there’s no data to populate the file. Does anyone know a good way to do this? Anything to do with the CSV formatter and the header row options d...
Mine looks a bit different. I left outer join my input stream with my static header row and evaluate for the presence of data in my router. Then I either remove the unnecessary header data element or map the header row data to the variable name expec...
I’m running into this problem as well. I need to convert a value obtained from toLocaleDateTimeString() back to a SnapLogic date object in its current timezone, but there doesn’t seem to be any way to maintain or set the timezone when parsing back to...
Were you able to get a connection to DocumentDB working? I seem to be running into this error:
Query failed with error code 303 and error message ‘Field ‘noCursorTimeout’ is currently not supported’ on server…
Seems that SnapLogic makes the connectio...