Closed bichitra95 closed 3 months ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
I have applied this change in the new contracts7 branch which will be the next contracts release
Atlan API now accepts contracts without
type
andstatus
fields as mandatory fields.type: If the
type
field is absent in the contract, Atlan will try to fetch the type with the help of the qualifiedName provided for supported dataset types. If there are multiple supported datasets present in Atlan for the given qualifiedName, the API will through an error.status: status is optional now. The default value of status is DRAFT if not present in the contract.