-
Adhoc Scenario/Flowzone execution on file change
Hi, I have below execution situation to be replicated from Alteryx. Not sure how dataiku can support this. Kindly share if there is any guidance. Current Way of Working with Alteryx Users have been provided access to Alteryx workflow via Gallery. Users can see only workflow that they have access to. Users are not technical…
-
Data Overwrite Issue in BigQuery Using Dataiku with Python
Hello everyone, I'm currently developing a Python script in Dataiku and encountering an issue related to data overwrite in BigQuery. Here's some context: In my project, we're importing data from Teradata into BigQuery using Dataiku. The goal is to perform incremental updates, meaning adding new records for the last X days…
-
Chat with and visualize (plot) data in webapp
Dear Experts, I am working on a webapp chats with the data and able to get correct results. However, I am trying to extend it to add visualization or plotting capability to it. I tried multiple things but nothing worked. Is there any guidance, example or documentation available for the visualization part.
-
Automating BigQuery Dataset Creation via Python Notebook
Hello everyone, I am currently working on a project where I want to automate the transfer of data from a database to BigQuery using a Python notebook in Dataiku. I have many tables involved and I aim to automate the entire process because I don't want to create each dataset manually. I found information on dataset creation…
-
api key changes with new bundle
Hi Dataiku Team, i have defined an api_key for a project in the Development node. Whenever i deploy the project as a bundle to the automation node the api key changes in the automation node. If i try to create a new Key directly on the Automation node then the same gets deleted when i deploy a new bundle. Can someone help…
-
Getting the user executing the script in Dataiku notebook
Hi, we are running a python "notebook" in dataiku and in the code, we would want the id of the user who is running the notebook (as opposed to who created the notebook session). Sometimes multiple users open it in parallel and run in which case we have a need to see which user is actually running the notebook. At the…
-
Import .Hyper file to DSS
Hi, I try to upload .hyper file to dss, however, the date column become null in the output which is HDFS file. Does anyone know why and how I can solve this?
-
How to programmatically refresh input dataset partitions with Snowflake?
Hi, I’m working with a Snowflake-partitioned dataset that serves as an input in my project flow. I’d like to automate the refresh of the partition listing, which is normally done manually using the "REFRESH PARTITIONS" button in the Metrics tab. We previously managed to do this with S3 using the…
-
we have count function to check in Alteryx. Can somebody let me know the count function in dataiku
we have count function to check in Alteryx. Can somebody let me know the count function in dataiku Operating system used: 2023.2.1 Operating system used: 2023.2.1
-
Check column name values in sharepoint file using dataiku
I want to retrieve sharepoint file from the library one by one and check if column "Project Name" is same, if not, then email user to check the file. I have used the plugin and files in folder option to retrieve the files. Have used Group By to check the count. But how do I set email scenario to check count and project…