This API can be used to fully/partially update the existing configurations for metadata extraction.
xxxxxxxxxx
curl --request PATCH \
--url https://alation_domain/integration/v2/datasource/datasource_id/sync_configuration/metadata_extraction/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"remove_filtered_schemas": false
}
'