Skip to main content

What's auto reattachment

In modern data environments, pipelines (such as dbt) often drop and recreate tables or views as part of routine execution. This behavior can unintentionally detach existing data quality rules. To address this, Atlan supports automatic reattachment of rules to assets, ensuring continuous enforcement of data quality.

Auto reattachment is a capability that enables Atlan to automatically re-link existing data quality rules to assets that have been dropped and recreated with the same name and structure. This prevents rules from being silently lost when underlying assets are refreshed by ELT pipelines.

What happens with auto reattachment

When an asset is dropped and recreated, any associated data quality rules may be lost unless they're manually reattached. This can lead to gaps in data quality enforcement and loss of historical context.

With auto reattachment enabled:

  • Rules are automatically linked to the new version of the asset.
  • No manual intervention is required.
  • Historical context is preserved.

How it works

Atlan continuously monitors for asset recreations. When a table or view is recreated:

  1. Atlan checks whether the asset matches a previously existing one based on name and structure.
  2. If a match is found, any undeleted rules associated with the old asset are automatically reattached.
  3. Rules are reapplied to the asset to resume enforcement.
  4. Execution history and incident tracking continue seamlessly.

Tip: Reattachment typically occurs within a few minutes of asset recreation, provided the asset name and structure are unchanged and the original rule still exists.