Unanswered
If I Clone A Task, I Suppose All Artifacts Are Not Cloned With It, Even If They Are Registered, Right?
I'm not sure about the intended use of connect_configuration
now.
I was under the assumption that in connect_configuration(configuration, name=None, description=None)
, the configuration
is only used in local execution.
But when I run config = task.connect_configuration({}, name='General')
(in remote execution), the configuration is set to the empty dictionary
264 Views
0
Answers
3 years ago
2 years ago