HomeGuidesRecipesAPI ReferencePython SDK
Alation Help Center
API Reference

Update metadata extraction configurations

This API can be used to fully/partially update the existing configurations for metadata extraction.

Path Params
integer
required

id of the datasource

Body Params
string

The extraction schedule in crontab format (minute, hour, day of month, month of year, day of week) example: "0 4 4 * 2".

boolean

True if the extraction schedule should not be executed, false to run extraction according to cron_extraction.

array of strings

Schemas to include/exclude in metadata extraction. If there are no schemas to include, then set to an empty array.

schemas
boolean

Determines the filter type, If set to False(0) then EXCLUSIVE mode else INCLUSIVE mode.

boolean
Defaults to false

Boolean flag determining if we need to remove existing schemas. If set to True, we mark existing schemas as deleted which are not present in metadata extraction process. Defaults to False.

Responses

Language
Credentials
URL
Choose an example:
application/json