Skip to main content
Version: Next

DataHubApply

Testing

This source is a helper over CLI so people can use the helper to apply various metadata changes to DataHub via Managed Ingestion

CLI based Ingestion

Config Details

Note that a . is used to denote nested fields in the YAML recipe.

FieldDescription
domain_apply
array
List to apply domains to assets
domain_apply.DomainApplyConfig
DomainApplyConfig
domain_apply.DomainApplyConfig.domain_urn
string
Default:
domain_apply.DomainApplyConfig.assets
array
List of assets to apply domain hierarchichaly. Currently only containers and datasets are supported
domain_apply.DomainApplyConfig.assets.string
string
owner_apply
array
List to apply owners to assets
owner_apply.OwnerApplyConfig
OwnerApplyConfig
owner_apply.OwnerApplyConfig.owner_urn
string
Default:
owner_apply.OwnerApplyConfig.assets
array
List of assets to apply owner hierarchichaly. Currently only containers and datasets are supported
owner_apply.OwnerApplyConfig.assets.string
string
tag_apply
array
List to apply tags to assets
tag_apply.TagApplyConfig
TagApplyConfig
tag_apply.TagApplyConfig.tag_urn
string
Default:
tag_apply.TagApplyConfig.assets
array
List of assets to apply tag hierarchichaly. Currently only containers and datasets are supported
tag_apply.TagApplyConfig.assets.string
string
term_apply
array
List to apply terms to assets
term_apply.TermApplyConfig
TermApplyConfig
term_apply.TermApplyConfig.term_urn
string
Default:
term_apply.TermApplyConfig.assets
array
List of assets to apply term hierarchichaly. Currently only containers and datasets are supported
term_apply.TermApplyConfig.assets.string
string

Code Coordinates

  • Class Name: datahub.ingestion.source.apply.datahub_apply.DataHubApplySource
  • Browse on GitHub

Questions

If you've got any questions on configuring ingestion for DataHubApply, feel free to ping us on our Slack.