-
Snowpark with Dataiku
While going through one of Dataiku's blogs, I found out about integration with Snowpark for Python. Just wondering how to get started with this. Does this mean utilization of the snowflake-snowpark-p…1 · -
Can we dynamically influence a SELECT dropdown based on previous SELECT's option in a plugin?
Hi team, I need to create a plugin where based on user's input in one SELECT dropdown, the next SELECT dropdown's data will be shown. Basically, the second one will be dynamically populated based on …1 · -
Api to get spark config of a recipe
Hi Team, I'm trying to fetch the spark configuration a recipe using dataiku python api but I can only extract the config of spark native engine.I have tried using recipe.status.get_selected_engine_de…1 · -
Re: Add rows to dataset and use it in input next time
Hey @scholaschl , So you want to append one row with each scenario run to an existing dataframe. Is that about right? There are two ways to solve this in my experience: * If you want the loop - You c…2 · -
Re: Failed to run function : : Dataset (name) is specified with a relative name
Hey @rawan_mohammed , Seems like you are accessing the dataset from outside DSS scope so in order to create the client object you would need to specifically point to the project. import dataikuapihos…1 ·