You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it is not possible to determine the set of arguments that copy_default_execution_script supports
for example you can't create a drop down list in a UI through which a user could select a script
suggested solution
add project api method get_default_execution_scripts(**query_parameters) where query parameters can be version and product and other fields that are relevant in the script naming scheme.
the result is a list of script names that can be passed to copy_default_execution_script
(the get_default_execution_scripts method shouldn't copy the files)
💡 Steps for implementing the feature
No response
🔗 Useful links and references
No response
The text was updated successfully, but these errors were encountered:
📝 Description of the feature
problem
it is not possible to determine the set of arguments that copy_default_execution_script supports
for example you can't create a drop down list in a UI through which a user could select a script
suggested solution
add project api method
get_default_execution_scripts(**query_parameters)
where query parameters can be version and product and other fields that are relevant in the script naming scheme.the result is a list of script names that can be passed to copy_default_execution_script
(the get_default_execution_scripts method shouldn't copy the files)
💡 Steps for implementing the feature
No response
🔗 Useful links and references
No response
The text was updated successfully, but these errors were encountered: