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 Dataset.scala in findOneByNameAndOrganization uses (directoryName = $name OR name = $name) to identify a dataset. We added the support for finding by name for edge case scenarios like a user creating a link to a renamed wk dataset with an outdated tool. However, using only directoryName stays more consistent with the past wk addressing model and does not have the potential to find a different dataset. Therefore we should consider removing the OR name = $name clause from the query.