Notebooks with Delta Live Table/View definition just contain the pipeline definition. In order to execute Delta Live Tables Notebooks you need to define a Pipeline via the Jobs UI. Pipeline carries with it the logic to build the dependency graph between the different Delta Live Tables/Views in the notebook as well as spinning up the necessary compute to execute the pipeline. See the DLT quickstart guide for additional details - https://docs.databricks.com/data-engineering/delta-live-tables/delta-live-tables-quickstart.html#req...