-
Re: Script to list all connections used in a project
Hi @sylvyr3 You should be able to do this in the same loop: import dataikuclient = dataiku.api_client()project = client.get_project(dataiku.default_project_key())all_datasets = project.list_datasets(…1 · -
Re: Script to list all connections used in a project
Hi @sylvyr3 You will need to go through all the datasets and retrieve their connections: import dataikuclient = dataiku.api_client()project = client.get_project(dataiku.default_project_key())all_data…1 · -
Re: Command 'dss' not found
Hi @chopradeepanshu Please try this if you are inside DATA_DIR: ./dss start1 · -
Re: Connecting SQL Server to Dataiku installed on WSL2
Hi, First, please show the actual error you are getting. Second, please check that you can connect to MS SQL server from the windows host (where you installed DSS) Side note: we do not officially sup…1 · -
Re: ModuleNotFoundError: No module named 'fancyimpute' error in Jupyter Notebook
Hi @bdub If you have a notebook running before installing this package, please try to stop kernel (or kill session) and start the notebook again. You can also use the "Force reload" option.…1 ·
