Create Materialized Views via DLT Pipelines
I am attempting to create materialized views via DLT pipelines in the "abc" catalog and "gold" schema based on different catalog and schema ("fmv"), which contains 20 tables.
Workspace binding , NSG connections and access part is already achieved between both the catalogs.
However, the DLT pipelines fail during the initialization stage with the following error:
"You attempted to update an empty pipeline. This error usually means no tables were discovered in your specified source code. Please verify your source code contains table definitions."
Is it possible to create materialized views in one catalog and schema based on tables residing under different catalog and schema? If so, what are the steps to achieve this?