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
In saveToLocalRepo, there is option archiveTags (boolean) to decide whether to store the tags along with the artifact. Currently, this controls whether to save artifact tags and user tags at the same time, but it'd be nice if we could control them separately.
In
saveToLocalRepo
, there is optionarchiveTags
(boolean) to decide whether to store the tags along with the artifact. Currently, this controls whether to save artifact tags and user tags at the same time, but it'd be nice if we could control them separately.For instance:
It saves the artifact tags (column names), as well as the user tags. If we set
archiveTags=FALSE
we get:It saves no tag.
So I think it'd be good if we could control whether to save (or not) artifact tags and user tags separately.
The text was updated successfully, but these errors were encountered: