setting up the connection between R and dataiku

longhowlam
longhowlam Partner, Registered Posts: 24 Partner

Hi
I am trying to setup the connection between dataiku and R with:

library
(dataiku)

dkuSetRemoteDSS("http(s)://DSS_HOST:DSS_PORT/", "Your API Key secret")

But the dataiku package does not contain the dkuSetRemoteDSS function.

Cheers, Longhow

Tagged:

Answers

  • Clément_Stenac
    Clément_Stenac Dataiker, Dataiku DSS Core Designer, Registered, Moderator Posts: 754 Dataiker
    Hi,

    Indeed, we forgot to expose it. You can access the function with dataiku:::dkuSetRemoteDSS

    Thanks for the notice !
Setup Info
    Tags
      Help me…