Several schema keys in /data-sourcesPOST and PUT are referencing columns that are automatically populated by the database and should thus not be included in the content of requests
Requirements
Remove approval_status_updated_at and broken_source_url_as_of key-value pairs from input schemas for POST and PUT
Context
/data-sources
POST
andPUT
are referencing columns that are automatically populated by the database and should thus not be included in the content of requestsRequirements
approval_status_updated_at
andbroken_source_url_as_of
key-value pairs from input schemas forPOST
andPUT
Tests
Docs
Open questions