Skip to content

Commit

Permalink
[HOPSWORKS-3135][APPEND] explicit provenance - feature groups, featur…
Browse files Browse the repository at this point in the history
…e views, training datasets (logicalclocks#1234)
  • Loading branch information
o-alex committed Dec 21, 2022
1 parent 97d4246 commit 4883f4c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import io.hops.hopsworks.common.featurestore.featuregroup.FeaturegroupDTO;
import io.hops.hopsworks.persistence.entity.featurestore.featuregroup.Featuregroup;
import io.hops.hopsworks.persistence.entity.featurestore.featuregroup.cached.TimeTravelFormat;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import java.util.List;
import java.util.Objects;
Expand All @@ -33,7 +32,6 @@ public class StreamFeatureGroupDTO extends FeaturegroupDTO {
private DeltaStreamerJobConf deltaStreamerJobConf;
private Boolean onlineEnabled = true;

@XmlElement
private List<FeaturegroupDTO> parents;

public StreamFeatureGroupDTO() {
Expand Down

0 comments on commit 4883f4c

Please sign in to comment.