Latest Activity

code

Flatten Operation

I am trying Flatten tutorial mentioned below link. https://community.denodo.com/tutorials/browse/basics/3adv2flatten Step 3 isn't working for me "Go to the Output tab, rename the view to billing_information and also rename the field customer_id to ret...

code

Right permission for developer role in higher environment to read the VQL without WRITE permission

Hi Team, Can you say which privilege would be right for developers to have in test/Prod enviornment. For eg we have to assign execute but not write. When we provide execute rights, developers are not able to view the vql of the object created and gath...

code

Bulk Data Load - Denodo8.0 DBFS

I am configured bulk data load API with databricks as cache and configured databricks cli (dbfs) in our denodo linux server..it successful when testing Listing HDFS URI contents ... OK Creating HDFS URI temporary directory ... OK Creating table ... OK...

code

parameterized REST API End Point

I have REST API end point shown below http://api.mydata.com/mydataAPI/api/InventoryTrading/w?flag=&quotetype=AA&productcode=101 I will get only one row with above URI which is for product=101 I want to parameterized last part ( productcode=1...

code

Unable to do LAB DEN80EDU12D05LAB01

When trying to create de base views of the database Call Center (DEN80EDU12D_cc.db), the VDP trhows an error that it Not recognize the type of the table. I can´t use the virtual machines because is not allowed on mi works machine.

code

Can we create a column in Denodo which will be passed as an input to the service and the same input is used as records as default value in the API ?

Can we create a column in Denodo which will be passed as an input to the service and the same input is used as records as default value in the API ? For example I have created an API with 4 column A B C D column A, B, C have data which is coming from a...

Related to: Creating a field with null value

code

How can I export the data of executed query in a file in Design Studio Web UI

We are trying to export using Save option on Design Studio. But the trace folder doesn't have the data of executed query. I am able to save the same on Tool.

code

Solution Manager for each environment

This is regarding Solution Manager of Denodo 8.0. Could you please clarify us if Solution Manger can be seperate for each environment? We are planning to have Solution Manager to be installed in each server where Denodo platoform is installed?

code

Converting Oracle Functions to Denodo

Hello, I have an Oracle function that takes a few parameters and spits back out an output based on the logic inside the function. From what I can tell about Denodo, in order to be able to use this function, we would have to convert it to Java and then ...

code

GetSession not working outside of the VDP

I had the following script and then various views based off this script working in the VDP but then when I tried to run a dervied view from a tool like DBeaver everything is coming up blank because the GETSESSION function is not returning a value. Is...