Delta live tables feature missing

Viewed 388

In my Azure Databricks workspace UI I do not have the tab "Delta live tables". In the documentation is says that there is a tab after clicking on Jobs in the main menu.

2 Answers

Delta live tables is a Databricks Premium feature so it is only available in a premium workspace. More details about the features in each tier can be found here

Delta Live Tables (DLT) is the first ETL framework that uses a simple declarative approach to building reliable data pipelines and automatically managing your infrastructure at scale so data analysts and engineers can spend less time on tooling and focus on getting value from data. With DLT, engineers are able to treat their data as code and apply modern software engineering best practices like testing, error handling, monitoring and documentation to deploy reliable pipelines at scale.

enter image description here

Refer - https://docs.microsoft.com/en-us/azure/databricks/data-engineering/delta-live-tables/

Related