Latest Activity

code

About Access to view vql of derived views

Some one of my team wants to exexcute one derived views that I created, and he also wants to have the read access of that derived views's vql. I grant "metedata", "execute" access of this derived view to him, I think it is the read access we mentione...

code

Failing to connect

Failing to connect (via the browser on port 9090 and 9999 respectively, web design studio or virtual data port ) to the denodo VM. its a sentos7 denodo pre backed instance I have installed denodo on it and have started denodo and from the admin tool I ...

code

Denodo and POST to API

If I have a view in Denodo that is being frequently updated with new rows, is it possible to have Denodo POST the contents of the newest rows when they are added to the view to a 3rd party endpoint that is listening for the new data?

code

Gettimeinmillis

Hi, I am trying to convert a timestamp field which is in the format (2021-08-25 12:53:29.13) to milli seconds by using the function gettimeinmillis(timestamp). Why is it not working? When I try it using dual for example : SELECT gettimeinmillis(now())...

code

Issue post installing Denodo Express

Hi Team, I am not able to create any folder/VDB after successfully installing Denodo Express in one of the WIndows Machine with the default login/password: admin/admin. I took help of the IT team while installing it in the machine as advised during i...

code

End of life for denodo platform 7, 6

what is the end of life / end of support for the older version of denodo platform.. (e.g.- denodo platform 7, 6, older)

code

Denodo vdp jdbcdriver

We have a requirement to do a security scan on denodo-vdp-jdbcdriver to make sure there are no security vulnerabilities. Do we have the source code for these drivers? Or is there any alternate available?

code

Column Descriptions for VDB_CACHE_QUERYPATTERN

Could you please share a small decsription about the columns in the cache control table VDB_CACHE_QUERYPATTERN in order to understand more about the columns and the values (meaning of each values) it can store?

Related to: Cache database size estimate

code

The data source does not support 'cache_invalidate'='matching_pk'.

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...

code

How to search for a range of dates based on a text value - Interpolation variable

I currently have a baseview that with an interpolation variable for a date value that can be used to dynamically target a specific CSV file on AWS S3 as the source. select * from hcc_dv.dv_ctigeneral_s3_gdw_backupdate where backupdate = '09-01-2021' ...