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
def entity = session.createQuery("from sse.Dataset where name = :name").setParameter("name", "ScoringModel_TransformTest").uniqueResult()
entity.datasets.clear()
entity.workspace = session.createQuery("from sse.ModelPipelineWorkspace where name = :name").setParameter("name", "Belfius_ScoringModel").uniqueResult()
entity.project = session.createQuery("from etl.Project where name = :name").setParameter("name", "blueprint_git").uniqueResult()
entity.datasets.add(session.createQuery("from sse.Notebook where name = :name").setParameter("name", "ScoringModel_DataTransformCheck").uniqueResult())
entity.datasetType = session.createQuery("from sse.DatasetType where name = :name").setParameter("name", "Normalized").uniqueResult()