-
[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…
-
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 !
-
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…