-
Re: User Impersonation with SQLExecutor2 in Web Apps
Hi @importthepandas , You can run SQL statements while impersonating another user by using the DSSClient.sql_query() method. Here's an example that runs a query to print all the rows in a table using…1 · -
Re: count duplicate recipe window
Hi @OlivierAb , You're likely receiving this error because of the window-frame configuration in your Window recipe. By default, Window recipes only take preceding rows into consideration when calcula…1 · -
Re: How can I retrieve the metric values logged in experiment tracking using Dataiku APIs in Python?
Hi @Suhail , You can retrieve the metrics from an Experiment Tracking run by using the MLflow run ID: import dataikuimport mlflowproject = dataiku.api_client().get_default_project()managed_folder = p…1 · -
Re: SFTP - Placing file in desired directory without subfolders
Hi @MossandRoy , I think the issue you're running into is that you have the "Path from" connection parameter set directly to the folder that you're trying to create the dataset in. This is …1 · -
Re: Processor FillEmptyWithComputedValue is not available in DSS engine
Hi @cris90 , It looks like you're using the "Local stream" engine. This engine doesn't support imputing missing values. You'll need to change the engine. For more information, please see th…1 ·