databricks (Page 3)

Requirement In our previous post, we have learned about Delta Lake and Delta Table in Databricks. In this post, we are going to create a Delta table with the schema. Solution For creating a Delta table, below is the template: CREATE TABLE <table_name> ( <column name> <data type>, <column name>Read More →

In our last post, we have learned about Delta Lake in Databricks. In this post, we are going to learn about Delta Table in Databricks. Overview The delta table in Databricks is a table created in Delta Lake. The delta table provides flexibility to performed CRUD operations. Features There areRead More →

In this post, we will learn about Delta Lake in Databricks. In addition to this, will see what are the benefits of using Delta Lake. Overview of Delta Lake Delta Lake is an open-source storage layer that provides ACID transactions. It is provided by Databricks and runs on top ofRead More →

Requirement The security is the main concern when you are working with cloud services. Azure provides a service to store all the secrets and retrieve them when and where needed. This feature is called Key Vault. The databricks provides a feature to store all the secrets called Secret Scope. ThereRead More →