settings parameter for project import
Mario_Burbano
Registered Posts: 12 ✭✭✭✭✭
Dear all,
I am using the api to import projects from one instance to another. For this I have used the client.prepare_project_import(f) method to generate generate a temprorary handle, which then allows me to call the execute method. My question is, what are the settings that I can pass to this execute method? The documentation for the method indicates that by default the value is settings = {'_':'_'} and I would like to know if I can specify connection mappings, for example.
Thanks for your help
Answers
-
Hi,
You can define connections and code-env remappings as shown in this documentation.
Hope it helps,
Alex
-
Excellent, that is exactly what I was looking for. Thanks!