Latest Activity

code

Power BI with Denodo

Hi Team, We are trying to integrate denodo with power bi where in denodo is hosted in aws. We are trying the web based integration from get data option but we are unable to get the login screen for denodo. Thankyou.

code

Integrate Power BI with denodo

We have Denodo hosted in AWS and we are trying to integrate Power BI with Denodo and we have a reqirement that is different Power BI users using the same service account but accessing different databases or data based on the privileges set for the user...

code

Why Starting Stuck 75%

Stuck 75% Test Drive

code

Trying to download my license key I see a 400 error code

Trying to download my license key I see a 400 error code

code

Denodo Solution Manager REST API, how to handle deploy objects by Dependency with the REST API Call

Hi Team, we are working on some process which about autdeploy with solution manager Rest API, I want to understand if we have create a revision ,which is a vql, how can we handle deploy this objects with dependency? Thanks.

code

Dates are not read correctly from EXCEL?

Hi team, I am reading an excel file with date column and the date column is not read in a correct format. The date format is trimmed from 12/31/2021 to 12/31/21. How to read the date correclty within denodo from excel file? Thanks!

code

Compatible of Denodo with GitLab

Hi All, As per our project requirement we need to integrate Denodo tool with GitLab, which is a CI/CD tool (Similar to Jenkins) Could you please let us know the following; Is Denodo tool can be integrated with GitLab ? Which version of Denodo t...

code

Integration between Gitlab & Denodo

We are middle of integration between Gitlab & Denodo. We have couple of questions on it Does Denodo support multiple branch strategies in Denodo? Which version of Denodo support the Gitlab? What is procedure of integration of Gitlab and Den...

code

Denodo Scheduler - To Give Parameter Values at run-time instead of giving values under "Extraction Query ( Non-Paramatarized)"

In a Denodo Scheduler we will create a job, to extract the count of records present in a view to a file. Extraction Query(Paramatarized ): Select count(*) from @TABLE Need to pass the value of "@TABLE" at run-time instead of giving the value under "...

code

How to Use python to Call solution Manager APJ to deploy Revision

Hi team, We try to use python to call solution manager API to deploy revision, we now have prepare the vql revision file done, can we use python to call the solution manager API to do the deployment?