-
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…
-
Code Agentでのツール呼び出しについて
Code Agent構築の際にツールの設定は以下のように認識しています @ tool def add(a: int, b: int) -> int: """Adds a and b.""" return a + b @ tool def multiply(a: int, b: int) -> int: """Multiplies a and b.""" return a * b tools = [add, multiply] このときdataset_lookupのようなAgent toolで設定したツールを呼び出すこと可能でしょうか?
-
Dash and Standard Webapp
Hi community, I am currently using 13.4V of Dataiku where I don’t have access to the API services. About my Agent Code: I have created a multi-agent system in Python where each agent performs a specific task sequentially: Agent 1 – Searches for relevant content based on user input. Agent 2 – Extracts the required context…
-
Ollama on DSS
Pardon my ignorance on the subject but is there a way to connect to a model like llama2 or mistral running on Ollama locally or another k8s cluster to DSS Operating system used: Suse 15
-
How to split and fold while escaping the comma in strings
I have the same task as the person in the dataiku discussion linked below. I'm using Sarina's solution at the bottom of that page. However, since some of the strings in my arrays have ", " (comma space) as part of the string, I can't use ", " as a separator, otherwise the array will split in the middle of a string. I…
-
Limit the decimal places
I want to round these numbers to 4-5 decimal places. I am using Round formula to achieve this. But, this is not reflecting in the next steps. Can anyone help me with this?
-
refresh partitions in dss via API
Hi, we have added by a python api a new dataset into the project and pointing it to an existing location in HDFS where partition folders are stored. (This location is managed by another DSS instance). This kind of "import" of read only dataset works, but I did not find a way how to "refresh" the list of partitions, i.e.…
-
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…
-
How to shrink an over-extended disk by Fleet manager
Hello, We manage a Fleet Manager and Design Node deployed using "Cloud Stacks for AWS". As a result of generating a large number of container images such as code envs and code studio templates, the disk size of Design (EBS gp2) became enormous. By deleting old DSS versions and unused images, it was able to free up a…
-
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