-
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?
-
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
-
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…