module 'dataikuapi' has no attribute 'DSSClient' when trying to connect from outside DSS python

Registered Posts: 11 ✭✭✭✭
edited July 2024 in Using Dataiku

AttributeError: module 'dataikuapi' has no attribute 'DSSClient'

using the above code im trying to simply test connecting to DSS instance from python.

Python is on my local PC and DSS is on AWS.

Installed libraries dataiku-internal-client.tar.gz and dataiku-api-client.

However get error

import dataikuapi

host = "https://hereisurl"
apiKey = "hereiskey"

client = dataikuapi.DSSClient(host, apiKey)

Gone through all guides and cant fathom out what im doing wrong!

TIA

Best Answer

Answers

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.