-
Re: Combined date variables creation from separated Year, Month, Date, Hour.
Hi @aad34210 , The month, date and hour variables should not need to be double digit format. As long as the date is a valid one, DSS should be able to parse it to a Date format. Additionally, you can…2 · -
Re: Combined date variables creation from separated Year, Month, Date, Hour.
Hi, You can put the "00:00" in a string format, the formula would look like this concat(year,"/",month,"/",day," ",hour,":00:00"). Once you have that…1 · -
Re: exporting project
Hi, Can you please try navigating to the DATADIR/config/projects folder and see if the project exists there? If so, can you please do a rm -rf <project_name> within that folder? Please note tha…1 · -
Re: exporting project
Hi, This error indicates that the project with that specific project key still exist in the DSS instance. Can you try searching in the searchbar on the top left corner of the page for the SIMPLEDRIFT…1 · -
Re: Dataiku Installed on EC2 instance
Hi, That's good that you were able to get pass the login. Usually the websockets issues occur when you connect to DSS through a proxy. We have a debugging doc here: https://doc.dataiku.com/dss/l…1 ·
