Azure

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 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 →

Requirement The security is always a big concern in any data driven applications. It is always recommended to hide the actual credential either using by encryption/decryption in the code or any configuration. Azure provides a cloud service called KEY VAULT to store and secure your credential or any secure value.Read More →