-
Re: Date Difference
Glad to hear that you were able to resolve it yourself! You indeed will want to make sure that your dates are parsed appropriately before using these columns in a prepare recipe for date or time oper…2 · -
Re: Version control: Permission denied error
Hi, You are likely facing the following known issue: https://doc.dataiku.com/dss/latest/collaboration/git.html#unknown-host-key-issues Please try to ssh to git@github.com from the server where DSS is…1 · -
Re: Clustering "ValueError: x and y arrays must have at least 2 entries"
Hi Vera, Unfortunately, there is no way to do this automatically in DSS. If you don't wish to manually filter and check each column individually, you could always try creating your own code reci…1 · -
Re: Dataiku Java API
Hi, You should be able to accomplish this by leveraging the REST APIs that are available in DSS. For example, you can use these APIs to programmatically create, update, and delete users as you'v…1 · -
Re: Python API - get dss instance name
Hi John, You will want to use the get_general_settings() call as can be found in our Python API documentation here: https://doc.dataiku.com/dss/latest/python-api/rest-api-client/other-administration.…2 ·
