-
Re: How to connect to remote private GIT repository
Hi, Indeed similar steps would apply for Azure Devops : For step 2 you will need to at least use .* or the regex suggested and allow your groups git access. Otherwise, you will get an error like &quo…1 · -
Re: How to connect to remote private GIT repository
Hi @epsi95 , To authenticate with your private git repo you can use preferably use an SSH key. https://doc.dataiku.com/dss/latest/collaboration/git.html For this to work you will need to: 1) Add the …2 · -
Re: Dataiku Pyhton API - Get project timeline infomation (project editting info)
Hi @ArvinUbhi , What DSS version are you on? You are able to generate both the commits and human-readable history for all projects by leaving the project key blank, so you only need to build this dat…1 · -
Re: Cannot use SparkContext.getOrCreate()
Hi, You could try to run the same code or the sample PySpark as a recipe instead of a Notebook and look at the job log for any errors. If you are unable to find anything that could explain the issue …1 · -
Re: Update redshift table column with dataiku project variable.
Hi @Ankur30 , I think for this use case you use add reporters in a scenario to write to your table. This will automatically write the timestamp of when the scenario is completed. 1) Create or use an …1 ·
