Hello Is the 8 denode version already released? When was it released or when it was released?
Answers:
1
I'm curious of the best way to convert a 'timestamp' (without timezone) to a timestamptz (with timezone) value in Denodo when your original timestamp value is in a timezone other than UTC? I am currently using 'CAST([TimestampColumnHere] AS TIMESTAMPTZ...
Answers:
2
We have a DENODO 7.0 installation, with some connectors and SQL requests, following a POC project. After I have installed Solution Manager, in VDP, we have only ADMIN database. This database is empty, and we have lose an another database, named POC...
Answers:
2
Hi Iam not able to connect to denodo. I used login and password as : admin But Iam getting : Connection Error:Connection timed out
Answers:
1
In technical terms, we need to build an API Graph application with 2 actions: Get token via user/password Once we have token, consume API. Do you know how to develop this requirement?
Answers:
1
Just installed last Denovo (22/07/2020) virtual box package and did all the configuration specs even the "hosts" configuration on Windows system32 folder. Don't know how to launch denodo application within centOS black page.
Answers:
1
I am trying to create base view using 'create from query', select * from table1 where id=@id1 @id1 = 34This works super it creates base view and also BV executes... select from table1 where name=@name1 @name1='veeresh' This creates base view. But whe...
Answers:
3
I'm curious of the best way to convert a 'timestamp' (without timezone) to a timestamptz (with timezone) value in Denodo when your original timestamp value is in a timezone other than UTC? I am currently using 'CAST([TimestampColumnHere] AS TIMESTAMPTZ...
Answers:
1
Hi, I created a unified view of my datasource of snowflake. When i make an update in my table on snowflake, i saw that the change is made also on my view on denodo. And i don't want the update appear in the view on denodo. Is it possible ? Thank you
Answers:
3
How to access register nested columns(eg. id) through vql eg. view openstacktoken column:- token : register { id: string, name : string } I want to do Select id from openstacktoken. Presently, when I am querying openstacktoken, I am getting token as ...
Answers:
4