get {protocol}://{base-url}/integration/v1/data_dictionary/tasks/
Returns details of the asynchronous data dictionary task. This endpoint can only be used by the Composer role and above by default. Setting the parameter alation.feature_flags.disable_perm_check_on_upload_dd
to true in alation_conf disables permission checks during the upload process, which may improve performance, and also makes it so only Catalog Admins and Server Admins can use this endpoint.
Recipes
🦉
Upload Data Dictionaries
Open Recipe
Before using this API, the alation_conf parameter alation.feature_flags.dev_enable_data_dictionary_redesign
should be set to true
. This parameter is set to true
by default starting in 2023.3.2. For help using alation_conf, see Using alation_conf.