Denodo community Q&A RSS feedLatest Denodo community answered questionsAutomating Denodo Tasks on Linux Desktops: Recommended Scripting Languages and Tools2024-09-13T10:08:45Z2024-09-13T10:08:45ZHello Community,
Iâ??m looking to streamline my workflow by automating Denodo tasks on a [Linux desktop](https://www.lenovo.com/us/en/d/linux-laptops-desktops/) environment. Specifically, Iâ??m interested in learning more about the best practices and tools available for scripting Denodo tasks.
Here are a few areas where I could use some guidance:
Scripting Languages: What scripting languages are most effective for automating Denodo tasks? Are there any specific languages that integrate particularly well with Denodoâ??s APIs or command-line interface?
Tools and Libraries: Are there any tools, libraries, or frameworks that you recommend for scripting and automation in this context? For example, are there any open-source tools that can help with task automation or integration with Denodo?
Best Practices: What are some best practices for setting up and managing automation scripts for Denodo on a Linux desktop? Are there common pitfalls or tips that can help ensure smooth operation?
Iâ??d greatly appreciate any insights or experiences you can share. Thank you in advance for your help!
Best regards,
Steve2024-09-13T10:08:45ZText4shell â??CVE-2022-42889â?? KB article2024-09-11T14:39:24Z2024-09-11T14:39:24ZIs there a Knowledge Base article related to the Text4shell â??CVE-2022-42889â??vulnerability that can confirm that this vulnerability is either not a thread or has been resolved by the patch which includes commons-text-1.10.0.jar for the design studio and the scheduler admin?2024-09-11T14:39:24ZHow to insert bit type value(b'10101010') into Boolean in denodo2024-09-11T10:03:04Z2024-09-11T10:03:04ZI have a scenario, where mysql data source has a table with BIT(8) data type.
I have created a view for this mysql table and in denodo BIT type is converted as BOOLEAN by default.
When I am trying to perform INSERT INTO BitTest (bit_col)
VALUES (b'10101010'); in view
i am getting `Syntax error: Exception parsing query near '''
`How we can insert bit values into Boolean type. Can you provide the syntax for the same2024-09-11T10:03:04ZUnable to connect and license key2024-09-11T08:06:59Z2024-09-11T08:06:59ZHow can I get my license key?
And I am unable to connect with my Denondo Tools2024-09-11T08:06:59ZTag search2024-09-10T14:31:21Z2024-09-10T14:31:21ZI am on V8 of Denodo. I have a tag applied to 4 views. In Data Catalog, when I enter that tag in the search bar, it only returns one of the views. Why?2024-09-10T14:31:21ZHow to insert binary value to BLOB type2024-09-10T10:53:05Z2024-09-10T10:53:05ZI have a Mysql table with BINARY AND BLOB types.
Created a Base view via Administration tool, where BINARY AND BLOB types taken as BLOB by default
If I want to perform insert operation with Hexadecimal values (0x68656C6C6F) in to the Binary col and Blob columns , I am getting `Exception parsing query near 'x68656C6C6F'.
`what is the right way to handle this scenario. What is the correct syntax
And How denodo differentiate Binary and BLOB types2024-09-10T10:53:05ZRefresh Time / Update frequency2024-09-09T14:36:12Z2024-09-09T14:36:12ZHello,
If I want to know the refresh time or update frequency of any particular data table which is on Denodo Data Catalogue how can I find it ?2024-09-09T14:36:12ZDenodo 9 Helm Charts2024-09-09T13:36:09Z2024-09-09T13:36:09ZHello,
I am looking for a detailed explanation on the keystore section of the Denodo 9 helm charts.
Looks like this is the way to configure encryption of the secrets, but I cannot understand how it is supposed to be configured (sample values and so on).
Could you help?2024-09-09T13:36:09ZDependencies2024-09-09T09:49:42Z2024-09-09T09:49:42ZHi Team,
Is there any way to get the list of all the dependent views of a base view.2024-09-09T09:49:42ZColumn space issue2024-09-06T11:00:35Z2024-09-06T11:00:35ZWe have a view which is generated from joining a view from collibra, this view has an extra space in the specific column of the view. This space from the view is affecting other views down the line, we have applied the option 'trim' to eliminate the unwanted space .
This space is not available from the source system views, it is observed that the space is present onky after the join.2024-09-06T11:00:35Z