Latest Activity

code

How to convert datetimestamp to utc format

one of field is havinf timstamp in another format but the requirement to convert it into utc format. we cant change view setting is there any way where we can change timestamp format to utc.

code

remove parameters from query output

Hi, Parameters added in a selection or join are always shown in the query output as a new column, is it possible to hide these columns in the query output? The reason I use parameters in some views, is due to the parameter is mandatory for execution,...

code

Utilization in Denodo View

Can I check how do I know the memory usage in Denodo View? Does the number of columns affect the denodo view memory usage? Is lesser columns selected more feasible for a view?

code

Denodo integration

Can I consume msg (message) on Confluent using Denodo. And what about Intergration Denodo with AD/LDAP.

code

Error while executing query

Facing error while executing the below query SELECT AQ_1.COL_1,AQ_1.COL_2,AQ_1.COL_3 OVER(ORDER BY AQ_1.COL_1 ASC ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING ) FROM ( SELECT TC_1."col1" COL_1, TC_1."col2" COL_2, SUM(TC_1."col3") COL_3, AV...

code

Pyodbc Denodo

Hello, I am working with a business partner to connect to Denodo using pyodbc. I was able to get my script to work, but when she tried she is getting the following error: OperationalError: ('08001', '[08001] ERROR: SSL connection required\n (101) (SQLD...

code

Fill JSON with arrays for restful API POST Method

Hi, I need to implement a POST on restful API with JSON structure and compound arrays and registers. I can create the data from other views as flattened table, but now I need to create the JSON structure for it to execute a POST (INSERT). Structure is ...

code

Connecting Jira REST API as a Data Source Using Basic Authentication

Hi Denodo, I am trying to connect to the Jira REST API as a data source. Could you let me now the best way to retrieve all Issues? What authentication method should I use? I tried using Basic authentication, but it requires a username/password. I have...

code

Source table

How can i get the list of tables in the source (the source has already connected to Denodo) ?

code

Read timed out when configuring HTTPS proxy in denodo data source

Hello, I am trying to configure HTTPS proxy with authorization for the Denodo data sources in the Server Configuration panel https://community.denodo.com/docs/html/browse/8.0/en/vdp/administration/server_configuration/default_configuration_of_http_pro...