That version should work although documentation doesn't list it yet. Can you try out? If it fails I would recommend opening a support case with your workspace ID and the exact error message so the team can verify the allowlist status.
Hi @ADB0513 With %run, you dont need to pass anything. %run runs the child inline in the same Python namespace, so the catalog variable set in the main notebook is already visible in the child. Just use it.
# main
catalog = "dev_catalog"
# %run ./chi...
Hi @tomodachilifero ,The TLDR is: Land CSVs in governed Unity Catalog storage, use a Lakeflow pipeline or Auto Loader for repeatable ingestion, analyze with SQL/PySpark notebooks, and publish an AI/BI dashboard on a SQL warehouse.CSV or exported Anal...
The error is not primarily a Unity Catalog or permissions issue. It means the workspace does not have the Serverless Generic Compute Materialized View/Streaming Table preview enabled. There are two important distinctions here:
If you are building a L...
Yes, you can Dynamic Views for that. Putting an example below:Steps:1. Create an employee-access mapping table containing:viewer_emailemployee_email2. Create a secured view or apply a Unity Catalog row filter:
CREATE OR REPLACE VIEW hr.employee_perfo...