I created a view with a parameter, "param_Value". In the where clause I'm filtering on key table value "in" param_Value. My web service vql looks like the following CREATE OR REPLACE VIEW "iv_ViewName1" FOLDER = '/folders/3 - integrated views' PRIMAR...
Answers:
1
My view query looks like Select val1, val2, val3 from iv_view where val1 in (input_Val). I am passing input_Val from query string in web service call. If I pass a single value I get a single result but if I pass multple values I don't get any results...
Answers:
1
Hi Team, Is there a way to check if the connection to the API is working or not? So that in case the API is not accessible we can set up alerts upfront and inform the users that data is not available because the API is down or with the detailed error ...
Answers:
7
I have a working API call that returns the first set of data without error (up to first 5000 records). However, when I try to set up pagination using a value in the end of the results it spins indefinitely. The token to use is called "cursor" at th...
Answers:
1
Hi, I want to connect to Adobe Analytics data source using the API with the OAuth credentials. For the process I need to enable the imbedded HTTPS which comes with Apache Tomecat. I have followed all the steps in the below guide in detail, but I am no...
Answers:
3
I have a data source that is doing a series of calls to an API to pull in a full data (the first time) that takes almost 6 hours. I successfully cached that data into a view -- but now want to only update records everyday that have a "last updated date...
Answers:
2
Hello Team, Would you please Help on this. i wont to write/update data into an external table which is connected via API. and the data is availbale on a table in denodo. for exapleme: Company (Denodo views) >(write/update)> Company (external ...
Answers:
1
Denodo 8.0 Do we have any API for code deployment [dev to QA to PROD] from denodo ? We are looking api which can be support as part of automation instead of going export and import process for VQL migration.
Answers:
1
Hi, I am new to denodo. We are using Denodo. Where can I find reference links to API usage and troubleshoot? E.g., if I have API performance issues or if it hang, where should look for help? Thanks you!
Answers:
1
I have tested a call with a cursor url parameter in Postman without any issues. But, when I add the cursor url in Denodo, I receive an error. URL: https://api.mypurecloud.com/api/v2/analytics/conversations/details/jobs/##################/results?curso...
Answers:
5