This endpoint can be used to fully or partially update the existing configurations for metadata extraction. When changing which schemas are extracted, be sure to run the /available_schemas/
endpoint first.
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
}
'