Skip to content

Commit

Permalink
Revert "Sanketika-obsrv/issue-tracker#304: modified mandatory fields …
Browse files Browse the repository at this point in the history
…for data…" (#121)

This reverts commit 0789f3f.
  • Loading branch information
GayathriSrividya authored Mar 27, 2024
1 parent cf8ff84 commit 0c9cc1b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions api-service/src/resources/schemas/DatasourceSaveReq.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@
}
}
},
"oneOf": [
{ "required": ["dataset_id", "datasource", "ingestion_spec", "published_date"] },
{ "required": ["dataset_id", "datasource", "lakehouse_spec", "published_date"] }]
"required": [
"dataset_id",
"datasource",
"published_date"
]
}

0 comments on commit 0c9cc1b

Please sign in to comment.