mirror of
https://github.com/clearml/clearml
synced 2025-01-31 09:07:00 +00:00
Fix pipeline version is not displaying in the table view and in the version list
This commit is contained in:
parent
97035dcf7b
commit
9142f861fd
@ -1651,6 +1651,7 @@ class PipelineController(object):
|
||||
self._runtime_property_hash: "{}:{}".format(pipeline_hash, self._version),
|
||||
"version": self._version
|
||||
})
|
||||
self._task.set_user_properties(version=self._version)
|
||||
else:
|
||||
self._task.connect_configuration(pipeline_dag, name=self._config_section)
|
||||
connected_args = set()
|
||||
|
Loading…
Reference in New Issue
Block a user