Skip to content

Commit

Permalink
Merge pull request #3328 from atlanhq/DQ-306
Browse files Browse the repository at this point in the history
DQ-306 Make data_source optional requirement
  • Loading branch information
bichitra95 authored Jul 10, 2024
2 parents 29440e0 + 8104930 commit b10a995
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public class DataContract {
public Status status = Status.DRAFT;
@JsonProperty(value = "template_version")
public String templateVersion = "0.0.1";
@Valid @NotNull
public String data_source;
@Valid @NotNull
public String dataset;
Expand Down

0 comments on commit b10a995

Please sign in to comment.