Skip to main content
Delta Lake tables are collected the same way as other ADLS assets: each Delta table registers as a single Operational asset, with volume, schema, and freshness refreshed incrementally as the table is updated.

Notebook Parameters (Reference)

For technical review before deployment. Both adls_uc_iceberg_materializer and adls_uc_exception_workflow accept the same widget set — Prizm populates these automatically per job; no manual entry is required at run time.
adls_uc_exception_workflow writes to its dedicated exception table rather than creating a new one per run — CREATE TABLE only fires on the first run; every subsequent run appends.

Limitations

  • The Create At column for ADLS Notebook assets cannot reflect the true source file creation time — Databricks external location listing only exposes the last-modified timestamp, not the original creation timestamp.
  • File-type Lookup measures are not supported in the ADLS Notebook (Databricks) setup, since the Databricks notebook has no direct access to ADLS storage to upload a file for the lookup. Table- and query-type lookups are unaffected.
  • Attribute/schema discovery for XML assets is supported only for flat record XML (column names used as tag names, e.g. <EMP_ID>). Application-generated spreadsheet XML formats — such as LibreOffice/OpenOffice ODS XML, where column names sit inside generic tags like <text:p> — are not supported, and no attributes will be discovered for these files.
  • For ADLS Spark (Iceberg-backed) assets, two system-generated columns — upload_timestamp and prev_upload_timestamp — always appear in the asset’s attribute list, even when they’re not part of the source file. These are added intentionally to support the Freshness metric calculation and aren’t usable for other purposes.