Tag: Catalog

Gradle Version Catalog: Basic Understanding— Part 1

A beginner’s guide for Gradle Version Catalog : A powerful tool for dependency management. What is Gradle Version Catalog? A Gradle version catalog is a file that contains a list of dependencies and their versions. You can use a version catalog to declare dependencies in your Gradle ...

Gradle Version Catalog: A Step-by-Step Guide — Part2

In the Part 1 of this series, we have discussed about the theory behind Gradle Version Catalog and its role in the dependency management. If you haven’t read it yet, I recommend to read it from here, for comprehensive understanding of this powerful tool. Here the step-by-step guide on ...

Four Gotchas to know before using Databricks Unity Catalog

In the ever-evolving landscape of data management, Databricks has been a game-changer. Among its suite of tools, Unity Catalog has garnered significant attention. For the uninitiated, Unity Catalog is more than just another metastore — it’s a powerful solution designed to streamline, gov...

Sync Delta Tables Stored in DBFS (Managed or External) To Unity Catalog

Databricks recommends for these use cases to recreate the tables in unity catalog and copy the data using a deep clone. But if you are a person who’s not a fan of copying/moving data, you can follow my humble demo. I’ll show you how I get to work around. The second...

Unity Catalog Upgrade journey

In Unity Catalog, catalogs are top-level containers that can house one or more databases. Catalogs can be thought of as namespaces or directories that group related databases and tables together. b)Workspaces In Databricks, a workspace is the primary user interface for building, managing, ...

How to Configure Azure Databricks Unity Catalog with Terraform Part 4

In this story, we will learn how to configure Azure Databricks Unity Catalog with Terraform, and we will talk about how to design External Storage Accounts for Multiple Applications. In particular, we will learn: Creating Databricks External Storage Account for Multiple Applications ...