From what I've seen, there isn't a supported manual way to migrate a DLT pipeline with its checkpoints across workspaces. The checkpoint location is managed by the platform, so you don't get control over moving or reusing it. If preserving streaming ...
It doesn't sound like the === operator itself is the issue, since it should compile into a normal Catalyst expression rather than a SQL function call. The fact that Spark is trying to resolve = as a routine makes me suspect a catalog or analyzer beha...
Check the permissions side first. A 403 usually points to an authorization issue rather than the cluster itself. Make sure the pipeline’s service principal/user has the required Unity Catalog privileges on the target catalog, schema, and tables, and ...
I don’t think the evaluation runs overview currently supports adding custom columns or directly displaying existing metrics like latency percentiles/medians. The usual workaround is to create custom scores or export the evaluation data and analyze it...