How to access one project variables from other projects via R code?

nmadhu20
How to access one project variables from other projects via R code?

Hi Team, 

I have been trying to access the project variables of one project in an R Markdown report. This report generation could be triggered via any project. But I keep hitting the same error - Peer's Certificate issuer is not recognized.

I was wondering if the whole 'outside DSS APIs' python concept work in R language too and if that is the reason why I am unable to access these variables.

Thanks in Advance

Please find the code snippet below for your reference:

 
 

image.png

0 Kudos
1 Reply
CatalinaS
Dataiker

Hi @nmadhu20

The error indicates an issue with the certificate. As a workaround you can try to temporary disable checking the SSL certificate using below code:

 

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

 

 

 

0 Kudos