AutomatorAppConfig
Configuration for the Automator External Application.
Properties
type
: Application Type. Refer to #/definitions/automatorAppType. Default:"Automator"
.resources
: Entities selected to run the automation. Refer to #/definitions/resource.actions
(array): Action to take on those entities. E.g., propagate description through lineage, auto tagging, etc.- Items: Refer to #/definitions/action.
Definitions
automatorAppType
(string): Application type. Must be one of:["Automator"]
. Default:"Automator"
.resource
(object): Entities selected to run the automation.type
(array): Type of the entity. E.g., 'table', 'chart',...- Items (string)
queryFilter
(string): Query filter to be passed to ES. E.g.,{"query":{"bool":{"must":[{"bool":{"should":[{"term":{"domain.displayName.keyword":"DG Anim"}}]}}]}}}
. This is the same payload as in the Explore page.
action
: Action to take on those entities. E.g., propagate description through lineage, auto tagging, etc.- One of
- : Refer to automator/addTagsAction.json.
- : Refer to automator/removeTagsAction.json.
- : Refer to automator/addDomainAction.json.
- : Refer to automator/removeDomainAction.json.
- : Refer to automator/addDescriptionAction.json.
- : Refer to automator/addCustomProperties.json.
- : Refer to automator/removeDescriptionAction.json.
- : Refer to automator/addTierAction.json.
- : Refer to automator/removeTierAction.json.
- : Refer to automator/addOwnerAction.json.
- : Refer to automator/removeOwnerAction.json.
- : Refer to automator/removeCustomPropertiesAction.json.
- : Refer to automator/lineagePropagationAction.json.
- : Refer to automator/mlTaggingAction.json.
- One of
Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.