I have launched API link with required data. how to download the data from API into csv/excel file
Answers:
1
Hello I am attempting to create multiple nests in my json output within denodo. I have the following vql statement in the derived view; CREATE OR REPLACE VIEW dv_view2_name FOLDER = '/03 - business entities/project/03 - derived views' AS SELECT ...
Answers:
1
Hi, I'm using Denodo 7.0 update 20200803 and attempting to use the scheduler api via Python/Jpype. Is there a particular jar file I need for the Scheduler? The code below is my attempt. import jpype import jpype.imports from jpype.types import * jp...
Answers:
1
we have denodo at my company and it will have many southbound connections to RDS databases. OUr Security team is very tight on handing out secrets and manaully setting the host/id/pwd creds to the rds databases to a denodo virtual database admin human....
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:
3
We are working with an JSON REST API using a WHEREEXPRESSION in the Post Body and have run into an issue when using a Subquery. Here's an example of our issue. We are able to successfully return data from the Denodo view using the WHEREEXPRESSION: se...
Answers:
1
Hello, Here is the context for my question. It is an architecture question. We have centralized our data sources in Denodo. Now, this data must be consumed by a system that has a back-end on MongoDB. I would like a billateral communication. The linea...
Answers:
1
I'm trying to use Denodo to pull data from the OKTA API. The data is coming back paginated. OKTA puts a link to the next page in the response headers: https://developer.okta.com/docs/reference/api-overview/#link-header Link header RFC: https://tools....
Answers:
1
We are trying to connect the web service graphQL with denodo, we have the curl , the purpose of this connection is want to create a base view that can return some json data set. We should create a "Web service" or "Json" data source or other? And how t...
Answers:
1
We want to write back data from denodo to Snowflake with web service. Can Anyone suggest on this How we can implement this. We do not see any option to create a REST API for write back. Is it avialable in Denodo rest APi to write back data into DB. P...
Answers:
1