From the course: Databricks Certified Data Engineer Associate Cert Prep
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Unity Catalog quick start with Python
From the course: Databricks Certified Data Engineer Associate Cert Prep
Unity Catalog quick start with Python
- [Instructor] Let's take a look at how to do a Unity catalog quick start in pure Python here. The key overview is that we're going to look at the workspace setup. So you'd want to have a workspace that has the Unity Catalog meta store. It's got to also support the runtime, like 11.3 or higher. And then you're going to do a catalog creation, a schema creation, table management, security best practice, and then metadata discovery. So one of the things you can do when you look at a notebook like this is actually go over to the table of contents. This is a great way to get a nice, clean way to break down, you know, a notebook that may contain many cells, and it could be hard to read, is we can actually look at it from the table of contents. So here we go, here's some documentation. And then we have the actual code, which is going to say, create a catalog, then create a managed schema, which is the database, create a…
Contents
-
-
-
-
-
-
-
-
(Locked)
Unified data access with Unity Catalog2m 49s
-
(Locked)
Catalogs vs. metastores1m 48s
-
(Locked)
Unity Catalog quick start with Python3m 19s
-
(Locked)
Applying object security2m 5s
-
(Locked)
Best practices for catalogs2m
-
(Locked)
Best practices for connections1m 51s
-
(Locked)
Best practices for business units2m 33s
-
(Locked)