-
Re: How to connect to remote private GIT repository
Hi @AlexT , I am working on pretty much the same task, that is connecting to an Azure DevOps git repo from DSS hosted on Azure. Seems like an SSH connection is a good approach and so working on getti…1 · -
Re: API for reading recipe contents
Hi @piyushk , I recently did some work on copying recipes and of course part of copying is reading the contents of the original recipe. I'd think you could extract elements of this script to use as a…1 · -
Re: How to copy recipe using Python API
Thought I would share what I came up with for copying a recipe through the API. def duplicate_recipe(project_object, exist_name, new_name): """ Duplicate an existing recipe. Duplicated…2 · -
Re: How to keep inter-project references working upon export and import to other/same DSS instance?
Hi @pvannies , No help with solutions for you but thought sharing our approach to sharing datasets / tables across projects might still be of interest. We have ended up generally not using shared dat…1 · -
Re: Change to editable dataset trigger Scenario?
Thanks @KeijiY . We are on the prior version, 8.02. So not a surprise then than editable datasets don't trigger scenarios on that version. Thanks for the clarification. Marlan1 ·
