-
Re: Update Local Variable with Python
Try using dataiku's client api: import dataiku client = dataiku.api_client() project = client.get_default_project() # retrieve your project variables in a json which two first keys are 'standard' (wh…1 · -
Re: check if a dataset is currently building with python API
Thank you @JordanB !1 · -
create custom variable variable in a scenario reporter
I have a scenario for which I would like to use a custom variable inside a Reporter. More precisely, I would like to reference a variable created in that scenario at the scenario scope (so my variabl…1 · -
when training a model with a visual recipe, does dataiku fit the model on the entire dataset?
Context: * I have deployed a model to the flow * I want to retrain that model with its associated "train" recipe * I understand that the model's performance is evaluated using a test set or…1 · -
Partitioning - partition column duplicated when using SQL query with Athena on S3
Hi, I have recently stumbled upon what appears to be a bug with a partitioned table. I wanted to filter my partitions with a simple SQL statement "SELECT * FROM {my_partioned_table} WHERE {my_fi…1 ·