-
Re: Loading an image( stored in Folder) in a dashtable in webapps
That's strange, it seems to be an issue with the image you're using. I copied the base64 in your result, and it's not working for me either even though other images work. I guess Dash doesn't like yo…1 · -
Re: Run scenario using REST API
Hi @Srini_E , Please make sure that you're passing the API key as the username. As documented here, the username is the API key secret, and the password should remain blank. If this doesn't solve you…1 · -
Re: Run multiples scenarios in parallel
Hi @yazidsaissi , It's possible to run multiple scenarios at the same time as long as the scenarios don't try to build the same objects in your flow. If multiple scenarios try to build the same datas…1 · -
Re: How may I select a column based off position?
Hi @Rickh008 , You can accomplish this by using a Python recipe. The following example will add a new column to the dataset that contains the value of the 5th column (index 4): import dataikuCOLUMN_N…2 · -
Re: Exception: An error occurred during dataset write (VqRYUkpmtr): IllegalArgumentException: Connection
This error can occur when your Snowflake connection has automatic fast-write enabled, but you haven't configured it. Please look at your Snowflake connection and check your automatic fast-write setti…1 ·