-
Buy Weed in Prague (Tel..gram @povopackz)
Where to buy cannabis, hash, coke, Krystal in Prague
-
Melbourne coke plug (Tel,gram @povopackz)
Signal App info (Aussiekoota.41) where to find Weed/bucha/buds , coke, dexie, md caps, Vyvanse, vapes, ecstasy plug in Melbourne VIC Australia.
-
(Tel..gram @Povopackz) Where to buy coke, cannabis in Seattle
Signal App iD (Conor.61) Where to buy Cannabis, buds, coke , ICE, percs , ecstasy, keta, carts, blotter strip in Seattle USA
-
API Node: Creating a Python endpoint that executes arbitrary SQL passed in the request
Hi everyone, I’m working with Dataiku API Node (Python endpoint) and I’m exploring an API pattern where the endpoint can execute a SQL query that is passed dynamically in the API call. Use case The goal is to: Create a Python API endpoint Accept a SQL query as part of the request payload, for example: { "query": "SELECT…
-
Data Quality Plugin: multi-select dropdown of column names
Hi, I have some custom Data Quality checks added to Dataiku as part of a plugin. I want to have an input variable as a multi-select dropdown list of the columns in the schema. If I use "type": "DATASET_COLUMN", I get a dropdown list but no multi-select. If I use "type": "DATASET_COLUMNS", I get the ability to add mutliple…
-
Call Agent Hub or LLM Mesh
hello, how can i call agent hub/LLM mesh from outside Dataiku through POST-Man app or python code. Is there any way as API designer service in order to call it. I've read about Rest API but don't understand how to configure it over agent hub and how it's going to be accessible for the external systems Thanks, Dataiku…
-
SQL API Endpoint Error: "No value specified for parameter 1" despite providing test parameters
I am encountering a 500 Internal Server Error when testing a SQL Query endpoint in the API Designer. Even though I have defined the placeholder and provided the test JSON, the system fails to bind the value. Environment Feature: API Designer / SQL Query Endpoint Dataiku Version: 14.2 Backend DB: PostgreSQL Here is a…
-
Show webapps and lib in bundle
Hello, Working on projects especially based on webapp and using libraries. It appears that when creating a bundle, it does not appear. my workaround solution is to download the bundle and check manually what's in. Best regards, Simon
-
Show API deployment comments on "Last updates" tab
When you deploy an API or API version from the API Designer to the Local Deployer, you can enter a comment for this version. I would love to see this comment field represented on the new "Last updates" tab on the deployer for a service in order to have a quick overview on why each update to the service was made or what…
-
Use pickle to create API service
i have python code recipe that already create the pickle model and save the pickle to filesytem_folder and already in scenario for weekly pickle update. then i want to create api that use this pickle to classify. i use Custom prediction (Python) for Endpoint type and set the Working folder (optional) to the…