-
My dataset gets wiped (seemingly) periodically
Hello, I've been working with Dataiku for a few months, learning all about it. I created a flow to forecast upcoming values, from historical data. The method I used to import this historical data into Dataiku was: I created a Google BigQuery dataset → I put the SQL query in it → Loaded all the data → Synced it into another…
-
How can I send some information to a microsoft teams channel?
I have prepared the work flow in teams and i have the url from the webhook (using this tutorial ) Now i will like to send some information from a dataset like text to a channel in microsoft teams . How can i do it ? Operating system used: windows 11
-
How to enable Story AI in Dataiku?
I'm trying to use the new Dataiku Stories feature introduced in version 13.4.0, specifically the Story AI capability. According to the official documentation below, the activation path should be: From the waffle menu of the Design node, navigate to Administration > Settings. In the left panel, scroll down to Other and…
-
Alteryx to DataIKU migration Accelerator
Hi, Has anyone used Alteryx to DataIKU Converter tool ( provided to DataIKU service partners only). I think tool is still evolving. Kindly share if there are any feedback pointers about this tool. Thanks, Operating system used: Windows
-
Can't get license
Hi, I have to take this ML cert as it is a requirement from my company, but I have tried refreshing it and tried disconnecting and connecting my network but there is still error as below, I hope I can get clarification for this. Operating system used: Windows
-
can not register to DSS , after first time of installation
I am facing this error: Network Error: An attempt to communicate with DSS failed. Please check your network connectivity. Operating system used: RHEL-8.9 Operating system used: RHEL-8.9
-
Free Edition Registration Error
I have installed DSS on linux Centos 7 this morning. DSS was started without error. When access the DSS URL the first time I was asked to select license. At page 2- Select your license, I selected Free Edition and entered the registration info. When clicked "Next" button, I got this error: Network error An attempt to…
-
send attachment from dataiku to teams channel.
Looking for options to send attachment from dataiku to teams channel. Anyone setup this before?
-
Display updated dashboards on dataiku govern
Hi I would like to display dashboards on a govern custom page. I implemented custom charts using matplotlib on a python recipe in the design node. I managed to send these custom charts in the “insights” folder of the project. I can access these charts using a custom HTML page in the govern node. However, these charts are…
-
Using other python version
hello i want to use other python version my environment is on-premise and OS is Rocky 9.5 so default python version 3.9 Since python3.11 and python3.12 can be installed from the Rocky 9.5 dnf repo, I installed them with dnf install and restarted dss. Then go to code-env and select python3.11 or python3.12 and click the…
-
Parse Date
one column has the date format like "2022-11-04 07:44:32.634000+00:00". select "Parse date…" in prepare recipe and show "Aww ...Smart Date could not find any format matching your data. Please try a custom format". Open Formula editor panel, input "concat(datePart(START_DATE,"year"),"_",datePart(START_DATE,"month")), and…
-
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…
-
Automatically Updating Release Date Filter in Charts
Hi Team, I have a workflow that automatically extracts data from the database, generates Vertical Bar Charts, and sends an email to the team. The chart setup includes: X-axis: Products Y-axis: Power Consumption (Watt) Filter: Release Date (Single Value Selection) Issue: The charts are successfully generated, but the…
-
Visibility condition for Sections within Application Designer
In Application Designer, I have below configuration. Section1 - Edit Project Variable tile (Dropdown with values as A or B) Section2 - Multiple tiles within this Section3 - Multiple tiles within this If Section1 Project Variable value is A, then only Section2 should be displayed. If Section1 Project Variable value is B,…
-
How can I define the messaging channel?
-
Application as a recipe(using application designer)
Hi, I am converting my Alteryx workflow to dataiku. I have used macro in Alteryx because there are set of operations which were repeating. So, I used macro for that. now I am using dataiku. Want to know how to use application as a recipe to avoid replicating same steps multiple times. is there a way to achieve this in…
-
Categorical columns get distorted after using recipes like join, pivot, or group
Categorical columns get distorted after using recipes like join, pivot, or group, even with clean data and unique IDs. Anyone else facing this? Operating system used: Windows
-
Issue Sending Dashboard Pages via "Send Email Recipe"
Hi Team, I am trying to send dashboard pages via email using the "Send Email Recipe," similar to how I send CSV and Excel files. However, while CSV and Excel attachments are working fine, the dashboard pages are not being sent through email. Could you please help me troubleshoot this issue? Any insights or solutions would…
-
Modify project variables through a hook in advanced govern node
Hi everyone, I am currently designing a custom blueprint with the blueprint designer on Dataiku Govern. I am configuring a hook to communicate with a project in the design node and I would like the hook to access and modify the global variables of the design node project (based on variables I have stored in the artifact…
-
Data lineage on a whole dataset
Hello, is it possible to use data lineage on a whole dataset rather than column by column ? Thanks in advance !
-
is there any recipe that will parse different types of datetime formats
for example: 1. 07/31/2025 8:00am 2. 31/07/2025 16:30
-
Dark Mode
Every developer needs a dark mode A dark theme for the flow, datasets, and recipe configs would go a long way toward making Dataiku fit into workflows that involve many other dark mode tools. Dataiku is definitely very bright when swapping from other tools which operate in dark mode. Extensions like Dark Reader do a pretty…
-
Advanced container settings for R code environments
Like the Python code environments can have dockerfiles defined to be applied when building code env we need the same for R. We find our self modifying the base DSS image to accommodate some features needed in an R code environment.
-
Longer Connection text box on New Snowflake dataset page as needed
Request for the text box for Connection on New Snowflake dataset page to get longer to fit the full connection text if the connection text is longer than the current text box length. Our organization has a standard prefix for connections based on division/team/project, so I have multiple connections with the same prefix…
-
data analysis
I am in the data collection and analysis phase of my project. I am not sure which data tools and analyses are recommended for my data. Can anyone have the expertise to provide hisher feedback? If yes, i will provide further details
-
How to set up Exporting PDF dashborad?
I have installed and used the functions in the document below on on-prem linux. reference : https://doc.dataiku.com/dss/latest/installation/custom/graphics-export.html However, I am curious about how to set up the node created through AWS in fleetmanager. Should I connect directly to the design node (ec2) with ssh and…
-
Dataiku CRU(Compute Resource usage) wiki
Hi I have a question The wiki of dataiku CRU has zones and datasets for llm usage, but the actual CRU does not. Is this gone? Operating system used: rocky Operating system used: rocky
-
How to Analyze Entire Datasets in Dataiku Instead of Samples
I’m working in Dataiku to create a usable dataset by combining internal data with public data. Currently, each dataset is loaded with only a sample of about 10,000 rows, and I used Visual Recipes to build the final dataset. However, it seems that the final output was also generated based only on the sample data. How can I…
-
Where to track manual changes in an editable dataset?
I created an editable dataset and selected the option "Keep track of manual changes". However, I'm not sure where I can actually review those changes. In the "History" tab, I only see some commits related to changes in the dataset, but not all. For example, when I add a row or edit a cell value, it doesn't always create a…
-
Column count dropping in dataiku
I have one dataset where I have 11 columns, then in the preparation recipe one extra column is created and then immediately in the next dataset the column count drops to 7. How come is this possible? The first dataset The preparation recipe The third dataset
-
Support Panel Webapps in DataIku
Panel is a powerful #python #mlapp framework build on top of Bokeh. A high-level app and dashboarding solution for Python — Panel 0.12.4 documentation (holoviz.org) Panel can be supported similarly to Bokeh. The Panel server is build on top of Bokeh, therefore it should be very easy to support. For example `bokeh serve` is…
-
Error while computing large number
I've got an error while computing a large number (ie somtehing like 10^18). The formula "MJ*1000000" retruns negative value in column "J" for some rows and the correct value for others… Does someone as an explanation and a solution ? Thanks very much in advance
-
Removing Incorrectly Registered Automation/API Node Infrastructure in Dataiku
Hi, I've mistakenly registered some automation node and API node infrastructure with incorrect information in our Dataiku design node. I've carefully reviewed the Web UI but haven't been able to find a menu option to remove these. Could someone please advise on how to remove this incorrectly registered infrastructure? Any…
-
where to find confusion matrix, ROC, Accuracy and other in standalone evaluation recipe results
Operating system used: windows
-
how do i turn city names into geo-points/location in data iku
-
How to calculate percentiles of a column suppose amount starting from P1 to P100 by Segment
How to calculate percentiles of tran_amt starting from P1 to P100 by Segment Operating system used: Windows
-
Integration of Notifications with Microsoft Teams
I am looking to send status notifications for scheduled job scenarios in a Dataiku project to a Microsoft Teams channel. Currently, for the project status logs are being successfully sent to Outlook email upon the job execution based on predefined scenarios. The objective now is to configure and integrate notifications so…
-
Exception: Unable to fetch schema for PROJECT.dataset: b'Ticket not given or unrecognized
Hi there, I encounter the sudden issue of not being able to load datasets into a Jupyter Notebook. Changing environment/Kernel doesn't help. System reboot doesn't help. Force reloading doesn't help neither. Nothing was changed in the code. Flow still runs, so it runs as a receipt but not when trying to work in the…
-
Public WebApp setup
Hello, I am following the documentation in order to make a webapp Public without any need of authentication. I have two questions: * After going to settings and use the PROJECTKEY, which extension should I use from these two : "webappid" or "webAppId" ? * When the project key has been added, documentation says to use the…
-
Alteryx Vs DataIKU Tool Comparison
Hi, Is there any comprehensive list of tools available for Alteryx Tools that do not have covered by Recipes in DataIKU. And need to be done with Code Recipes or some other way with custom coding, plugins etc.. This gap is pain for some user who aren't coders or developers and were very happy with trag and drop tools with…
-
Dynamic input from entry in SharePoint list
I have a project that inputs minimal items from a SharePoint list. It contains entries with a title, an effective date, and the URL of a consistently formatted Excel spreadsheet on the same SharePoint site. I'd like to use the URL to pull in the spreadsheet with the rest of the information needed for the project. Is this…
-
Issue while installing python package (fpdf) in code env
Hi Team. I am using python recipe in Dataiku so tried to be installing FPDF package in the code env which helps to generate pdf in Dataiku. Even after 6hr the status is still installation in progress. Not sure whether these is how it should work. could please guide. I tried installation by using PIP as well but still it…
-
Payment
Hi how can I pay Dataiku? What payment methods are there?
-
How to visualize project variables in dashboard?
I want to add a dynamic time format on a monthly dashboard, like Jan-25, Feb-25, which already stored in project variables. How can I choose proper tile as below and configure it in slide? Operating system used: Windows
-
Controlling Access IP for Dataiku Design Node
Hello, How can I control the access IP addresses for the Dataiku design node? For example, I want to allow access only from the office and block access from home after work hours. I'm also curious if the method differs between a Dataiku managed cloud instance and an on-premise installation. Thanks, Sangcheul Operating…
-
Regarding, Dataiku Scenario, How to control the Scenario steps using variable?
Hi everyone, I have designed my dataset where it will always have single value either 'true' or 'false'. In my Dataiku scenario. I want to control the flow based on this output. If Dataset contains 'true' then , next step (building datasets in the project) should proceed and email notification need to be triggered if…
-
Can we monitor any new docker images created by dataiku across the cluster?
As a dataiku admin, I want to keep a track of all the new docker images being created from dataiku. The images are created mainly when we update a code-env with container execution option. So, when we provide access to users. They add few packages to code-env & update to create a new image. I want to keep a track of any…
-
How can I mount my windows shared drive with Dataiku different environments
what kind of specification required for that: What all command will be used?
-
Schema Configuration Issue with "Sampling" Recipe Using Python API
Hello everyone, I am currently facing a problem using the Python API of Dataiku DSS to configure a "sampling" type recipe. My goal is to prevent the automatic conversion of the output schema when executing the recipe, specifically ensuring that data types like NUMERIC are not changed to FLOAT. Here is the approach I have…
-
S3 output file name
Dear all, When I let my recipe export/store the output in S3 it creates a file with this name: out-s0.csv.gz. Is there a way to change the name of the output file? Kind regards TonyR
-
I want to install Playwright in Dataiku
He Hello Dataiku community, I'm trying to use Playwright in a Python code environment on Dataiku DSS. I added playwright to the "Packages to install" section of my environment, and it installs correctly. However, when I run my code, I get the following error: rustCopierModifierBrowserType.launch: Executable doesn't exist…
-
Is it possible to run a shell script stored in the git cloned project in Dataiku Library?
Hi, I am new to Dataiku so not much experience yet. I am trying to use a module the code of which I have cloned from git into the Dataiku Library. The cloned project contains a .sh file that I need to run to be able to use the module. I tried this code: import subprocess script_path = "full path to .sh file" try: result =…
-
Usage of dku_flow_variables
Part of our ETL is using dku_flow_variables to determine the period we are processing data for. I wanted to see what this does in the dataiku api documentation (Python - Dataiku Developer Guide) but could not find it there. Can anyone explain the usage of dku_flow_variables or point me to documentation of this? The way we…
-
Hosting webapp with python backend
Is the sample webapp mentioned in the example working? I was getting errors on the HTML UI How to create a form for data input? - Dataiku Developer Guide https://developer.dataiku.com/latest/tutorials/webapps/standard/form-to-submit-values/index.html Operating system used: Dataiku Free edition - Space
-
Negative values on a Stacked barchart
Hi, I am trying to plot a stacked barchart, just in absolute value, NOT in percentages. However, one of the data points has negative value, and it seems dataiku's stacked barchart cannot be used if there is negative value in the data. It throws the below error: "Cannot represent negative values on a Stacked chart. Please…
-
Command line: ./dssadmin install-spark-integration DIP_HOME: /DATA_DIR *** Error detecting SPA
mand line: ./dssadmin install-spark-integration *** Error detecting SPARK_HOME using spark-submit WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.apache.spark.unsafe.Platform…
-
How to handle duplicate timestamp?
I want to forecast the value of "main", but there is a notification that the date is duplicate. In fact, each row is a unique row that has an identifier. How to solve this problem? Operating system used: MacOS
-
Compare two datasets easily
Hello, I have a question : I would like to compare two datasets (with a code as primary key) with several metrics, does someone know how to compare each indicator easily on Dataiku ?
-
SOLVED. Cannot replicate GLM predictions
SOLVED. It was the offset - needed to take the natural log of it before calibrating. Hello, I built a model using the GLM Classification plugin. The AUC is ~0.8 so it's fitting my data well but when I implement the GLM formula manually into Tableau the predictions are far too low despite having the correct shape. The model…
-
Higher Resolution Geometry Viewing
Dataiku condenses geometries such as lines and polygons when visualizing them in the 'charts' tab of a dataset. Polygons for example are visualized with a minimal number of their vertices. For many of our use cases, we'd like to have the option to view these with their original vertices. This could be an optional toggle…
-
Option to display short descriptions on flow
Hi All, Forgive me if this has been discussed before, or if it is a polarizing topic as far as visual design goals. In evaluating Dataiku against other products, and ultimately deciding on Dataiku due to its many strengths, one thing my team lamented was that it was not possible to display descriptions of flow elements on…
-
Issue in replicating alphanumeric from one column to another
I am trying to create a column COL1 replica of COL2 using prepare recipe (formula). COL2 datatype is string and values are numeric/alphanumeric. I observed wherever data ends with "F" it replace it with ".0", however it works as expected for other value. Below is the sample COL1 COL2 113816A 113816A 113816 113816 113816F…
-
Using WITH statement in HIVE recipes
Hi, Why can't we use WITH statements in HIVE recipes? It works in HIVE notebooks. According to documentation, WITH statements are allowed in HIve sincd 2015. I get this message when using WITH in Dataiku 12.6.5 Validation failed: The query contains 'WITH...' statements, which cannot be automatically handled by DSS. Put the…
-
Data set in ML Practitioner Certificate
Hello, I am unable to find 'High Revenue' in the listed features. Can anyone help if I have the wrong dataset, which dated file I need to download?
-
Can't create a code env for the Answers plugin (Automation node)
Hi, I installed the Answers plugin (v2.2.1) on our self-managed Automation node without a code env, because the code env creation fails with this error: Creation result Errors were encountered ERROR ERR_CODEENV_CREATION_FAILED Environment creation failed null failed (exit code: 1) [01;31m[K^~~~~~~[m[K…
-
Can't create plugin_document-question-answering Code Env for Dataiku Answers Plugin
I am trying to follow the tutorial "Tutorial | Build a conversational interface with Dataiku Answers" but I need to install "Answers" plugin beforehand. I tried to but when it comes to creating the code env step, I cant create it: building wheel for simsimd (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [43…
-
Is learning Dataiku a competitive advantage for aspiring data analysts/data scientist ?
I’m Mugesh — an aspiring Data Analyst currently exploring Dataiku. I recently discovered this tool and I must say, its infrastructure and user flow are quite fascinating. As someone working hard to break into the industry, I’m curious to know: Will gaining expertise in Dataiku give me a competitive edge in landing a data…
-
How top extract the columns names in a dataset in excel
I have a dataset for which I just want the column names to be extracted in excel. How to export these names in excel any idea?
-
[Apache Kafka] How can configure group.id for a consumer?
How can configure group.id for a consumer? I configured correctly the connection. I use a specific group.id but I receive: dss_consumer-1747668181799 How can I configure correctly a consumer? Thanks Operating system used: Ubuntu 20.x
-
In Design Node LLM connection details
We have several projects in Design Node. How many LLMs are used across all of the projects? How will we gather all the information so that we can recommend the best LLM to each project owner or solicit suggestions for improvement?
-
Reading Data from another project in jupiter notebooks
Hello I want to read data from another project how do i go about it
-
Support user agent string with download recipe
I am trying to download data from some US government websites, and most will allow the download recipe to run without hassle, but a few like the Bureau of Labor and Statistics (BLS) will sometimes return a 403:Forbidden error when trying to download data. I can easily get around this by using CURL or anything else that…
-
Cannot Save Jupyter Notebook
Hello community, I’m using DSS 13 on-premise, which was installed just a few days ago in my company, so it’s a fresh setup. I started configuring code environments with Jupyter kernel installation to run Python code in Jupyter Notebooks. Initially, I was able to save my notebooks without any problems, but for some unknown…
-
Datasets created by Python API but unable to read in the recipe
Hi, I have created dataset using this code: import dataiku client = dataiku.api_client() project = client.get_default_project() params = {'connection': 'connection_name', 'mode': 'table', 'table': 'table_name', 'schema': 'schema_name'} dataset = project.create_dataset(dataset_name, type='Snowflake', params=params) I write…
-
recipe.get_status() no longer returning state of continuous recipe
Previously I was using the below code to check if a continuous_recipe was running and if it wasn't then it would restart it. Since our most recent update, it no longer returns the elements that would tell me the current state of the recipe to key off of. Where could I get the state of a continuous recipe to fix my code?…
-
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…
-
Dashbord tutorial : wrong date format ?
Hi there, In the dashboard tutorial (core designer path), I cannot work on the "purchase_date" as it's seen as a string format in the "Charts" tab, althouth the dataset shows a date format … where am I wrong ? Tks for your help !
-
Perform quick SQL query on SQL dataset from UI
For my workflow it would be very helpful to have the option to perform a quick SQL query on a (SQL) dataset in the Flow from the UI. For example by right clicking. Things like count distinct values of a specific column, etc. Right now, I go to my separate SQL client to perform these quick checks, but that requires tool…
-
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.
-
Welcome to nginx page for the API node
Hi there, On Ubuntu 22.04, I installed DSS design, automation, and API nodes. When I access the design and automation nodes in a web browser, the log-in page is displayed, but only the "Welcome to nginx!" page appears for the API node. Looking at the install logs, there don't seem to be any specific errors. How can I…
-
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…
-
UPSERT Sample or statement
Hi, I'm new in Dataiku, I hv 1 new project to perform in dataiku which need to do upsert for existing table or dataset. May I know how can I perform the insert/update statment in SQL? Especially on input value from dataset? Let say I have abc dataset with 10 column data, but need to insert/update only 5 from 10 column? How…
-
DSS install in NAS
Hello, We are currently running Dataiku version 13.1.4 on RHEL 8.4 and 8.10. To enable high availability (HA), we are planning to use a NAS-based setup, targeting either an active-active or active-standby architecture. Currently, we operate a dual-node environment where, in the event of a failure on the active node, the…
-
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…
-
Retrieving a deleted recipe
-
Dataiku on AWS: Can I use an AWS EFS mount as my DATA_DIR ?
I'm evaluating Dataiku for our AWS environment. We want a an architecture that avoids data loss in case our dataiku instace goes down due to availability zone failure. I saw that Dataiku documentation explicity states that AWS EFS is not supported as an installation target. Does this include the DATA_DIR for the…
-
Add Ability to add updated/inserted time to UPSERT recipe
The new upsert recipe is great, and has alot of potential. It would be awesome to have the ability to add an audit column to this recipe, updated_at if the row was updated, or created_at if its a new row. If its a new row, updated_at would be left blank, created_at would be now() if an update, updated_at would be now(),…
-
I can't run the command as in the tutorial (Academy Dataiku)
ML Practitioner > Time Series Analysis & Forecasting > Train and deploy a forecasting modelAfter I click "Train", the system shows an error with the following log: Failed to train : <class 'AttributeError'> : module 'numpy' has no attribute 'MachAr' note : I use an "individual-academic" license Using Arc Browser Operating…
-
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?
-
Need to import multiple pdf files from sharepoint library
Upon exploration I did find certain things to be fulfilled by admin for me to connect to either a share point library or one drive folder, but I want a brief step by step method to follow so that I can get this done. In case if there is a better option or method available without intervention of admin, please let me know.
-
ModuleNotFoundError
Hello I am trying to access a python module in my lib in jupyter notebooks. when I try to import config I get the error ModuleNotFoundError This works fine if I do it python recipe. I am using version 13 of dataiku. I have tried restating the Kernel but it does not work.
-
Add description to each IP set in IP Allowlist extension to identify them
Add description to each IP set in IP Allowlist extension to identify them. It enable to know for which organization and who this ip or ips range is added in whitelist.
-
Medallion architecture
Hello, Can we implement a medallion architecture in Dataiku? Thanks
-
Set Drop data as default during project deletion
Hello, Is there a way in Dataiku that can Drop data as a Default during the time of project Deletion Operating system used: Rocky 9.5 Operating system used: Rocky 9.5 Operating system used: Rocky 9.5
-
Change encoding when exporting dataset
Hi, When I use an "Export to folder" recipe to export a dataset into a csv, the default encoding is UTF-8. Is it possible to change this encoding by another one (like ANSI or UTF-8-BOM) ? Thanks. Operating system used: Windows 11
-
Dashboard doesn't refresh in time before it's exported through a scenario
Hi - Please see below my goal, methodology, and the challenge I am facing. Thanks in advance for your help. GOAL: I want to get the export of my dashboard every Monday morning with the most up-to-date data. METHODOLOGY: I set up a scenario that is time triggered to run on Monday 8AM. First step of the scenario is to build…
-
I am trying to pass a parameter from a dash web app to a scenario to use in a flow.
This is what I have tried trigger_fire = scenario.run() scenario.set_scenario_variables(run_id=run_trigger.id, File = "your_value") scenario_run = trigger_fire.wait_for_scenario_run() but I am getting this error 'DSSScenario' object has no attribute 'set_scenario_variables'
-
Setting up Stages in Snowflake to work with Dataiku
In Dataiku DSS when working with Snowflake there is an option to use a stage. This apparently speeds up performance by increasing the number of different types of processes one can do inside Snowflake without having to ship data back to the DSS server for processing. Are folks using this feature? What has your experience…