Fix pipeline version is not displaying in the table view and in the version list

This commit is contained in:
allegroai 2023-10-24 18:35:14 +03:00
parent 97035dcf7b
commit 9142f861fd

View File

@ -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()