Latest Activity

code

Cache maintenance task vs Cache

Hi Team, I am working on denodo 8.0. I was going to the training on Cache module and its recommended there not to use the cache maintanence task under server configuration as it is more expensive. Rather use the Clean_cache_database procedure. What i...

code

Compounding a derived view

Hello, I am working on duplicating the behavior of an API, it works pretty good, all the fields are mapped etc. However, the in-place API expose the data after structuring it : { "cat1": { "a":"toto", "b":"titi" }, "cat2" :{ "c":"tata" } } while the d...

code

Can't connect to SharePoint via OData

We are using Denodo 7, and SharePoint 2013 on-prem. I've followed the directions to set up the OData v2 wrapper, and I have the fields entered for my server and endpoint. I can see the endpoint in my brower, and I copied the list I want (it's called "D...

code

Denodo support for something like SQL EXECUTE AS function?

Hello, Does Denodo support some kind of impersonation feature like EXECUTE AS in SQL Server? This would allow a functional user to execute a query on behalf of another user. If Denodo doesn't support it through this kind of statement, does Denodo su...

code

Build a custom docker image to avail denodo so that later denodo database could be accessed via Databricks

I have a problem where my requirement is to Build a custom docker image to avail denodo so that later denodo database could be accessed via Databricks . The problem is to set up everything inside docker image so that any developer is able to use denodo...

code

Invalid object name 'fn_listextendedproperty' when introspecting tables in SQLServer2000 via JDBC

We are trying to create base views on tables in a SQLServer2000 dataase using Microsoft SQL Server 2000 (JTDS) datbase adapter. However in the "Create base view" tab if we select a table we get an error: Invalid object name 'fnlistextendedproperty' . T...

code

Datediff/timestamp diff

Hi, I have the below SQL server query, how would I interpret this in Denodo? I want to get time difference in days, hours, month, seconds. I am aware of "cast" function which equals "convert", "GETDATE()" which equals "CURRENTDATE()", "Varchar" will ...

code

Access Dynamic file name from API

Hi, I have a scenario where in I need to pull the data from the public API HTTP link and the file name keep on changing. But the structure/format/columns remains the same. How can I handle this scenario within denodo so that view still connect to the l...

code

Role management in solution manager

Hi Denodo Team Could you tell me does the configuration store in metadata database or properties file when i add a new group in role management. I deployed denodo on k8s and using external metada database now. I was thought the data will be store into...

code

Load Denodo Data to Oracle Apex Table

I have used the Denodo Scheduler to access a Denodo interface view and load data to an Oracle 12c table, but can the Denodo Scheduler be used to load data into an Oracle Apex table?