-
Re: Real time execution of scenario based on data
Hi, You could look at https://doc.dataiku.com/dss/latest/scenarios/triggers.html#dataset-modification-triggers for scenarios By default, it will evaluate this every 900 seconds but it's configur…1 · -
Re: Public WebApp setup
Hi, The WebAppId can be replaced with the actual ID of the webapp. If you open the webapp from the project you wish to make public the information you are looking for will be in the URL you see in th…1 · -
Re: If given column is blank returns a given value
Hi Laurent, You should be able to use the syntax : if (isBlank(ColA),'Missing','Present')1 · -
Re: Python environment creation failed (time-series forecast)
Hi, So the python3-dev version is 3.8. The logs show the code env is using Python 3.6. Can you try installing python3.6-dev : sudo apt-get install -y python3.6-dev If that does not work you will need…1 · -
Re: GoogleSheet addin error when sheet name ends with number
Upon further testing quoting the sheet name doesn't seem to work as suggested. The underlying issue appears to be a limitation in older gspread library versions on how it handles sheet names whe…1 ·
