-
Can I use python to read Excel files without openpyxl
I have no permission to install openpyxl in my organization, is there a way to read Excel files in python?
-
Sync Recipe from Redshift to Oracle RDS
I am trying to replicate a table in Redshift to a table in Oracle RDS using a sync recipe. I am getting the correct number of records created in the target Oracle RDS table, but all of the fields are empty (null). Operating system used: Linux Operating system used: Linux
-
How to Run Daily-Parameterized Flows in Parallel Without Global Variable Conflicts in Dataiku?
Hello, This is a question about executing the same Flow in parallel. I have a Flow that is designed to process data on a daily basis, and several recipes within the Flow refer to a project-level global variable called Job_Date. Each daily run takes about 30 minutes, making it a long-running Flow. Now, I have a requirement…
-
Isochrones limitations
Hello, I tried to use Isochrones (geo-router plugin) to scout for potential customers around our sites, but it looks isochrones are limited. I ideally woudl have like to get isochrones of 3 hours aorund our sites, but already if i set 1h, I don't get any result. For isochrones of 45 mins, they get calculated within 15…
-
Calling APIs and licensing requirements
Hi all, We are building an API that could be called by many people running local apps and processes. I understand API keys are the way to go. The issue I'm having is that my security team wants separate keys for every user and process - and a process for managing those keys. Another problem is there is no guarantee that a…
-
how to turn on chart zoom in&out feature in dashboard
Hi community, When I plot chart, there is a nice feature of zoom in&out by date (in the bottom of the chart), as shown below. However, when I publish the chart into dashboard, it seems that this feature is dropped by dataiku (see below chart). Is there a way to turn on such timeline/date zoom in&out feature in dashboard…
-
Bug - CTRL+Z Erases Text on Dataiku
I accidentally pressed ctrl + Z after opening a Wiki article and it caused all the text to be removed. I'm on DSS 8.0.2. This also happens within SQL queries and the Library Editor. Is this intended behavior? Here are the steps to reproduce with the Wiki: 1. Create Wiki article with some text and save 2. Navigate away from…
-
Dataiku Outbound IP Address Control - Proxy or Otherwise?
My team works with a data supplier that requires a white-listing process for IP addresses. When we attempt to use Dataiku to fetch the data our IP address associated with the call occasionally changes. We have access to a proxy IP address system, and we have made requests through the proxy to the data supplier when we run…
-
How to extract rows flagged by a custom Python rule in the Data Quality tab ?
Hi everyone, I'm working with Dataiku DSS version 13.5, and I'm using the Data Quality tab on datasets to define validation rules. When I use standard rules (e.g., missing values, uniqueness, etc.), I can easily export the rows in error. However, when I define a custom Python rule, I can see the column status marked as…
-
Dynamic rename of column headers
Hi I'm migrating workflows from alteryx to dataiku. I need to migrate a dynamic rename tool. What it does is take the values from the left dataset and assign it headers from the right dataset. Is there any way to do this in dataiku without using python? Operating system used: Windows