inspecting
-
Inspecting Security Functions Used by Row Filters and Column Masks
POST_START Inspecting Security Functions Used by Row Filters and Column Masks I recently had the task of understanding how security functions are applied to our data in the production environment. As part of this, I needed to inspect the row filters and column masks that are used to control access to sensitive information. I started…
A1, category:business, category:education, category:software, category:technology, coding, column, data engineering, data governance, databricks, education, filters, Functions, inspecting, Lakehouse, masks, paragraph ordering, paragraph structure, paragraphorder, profession:cloud engineer, profession:data analyst, profession:data engineer, profession:data scientist, profession:database administrator, profession:software engineer, profession:solution architect, progressive learning, row, security, sql, unity catalog, Used -
Inspecting Storage Credentials for External Data Access
POST_START Inspecting Storage Credentials for External Data Access I recently needed to understand how our team is accessing external storage systems for data processing. I started by checking the list of storage credentials that are currently registered in Unity Catalog. This would give me a high-level overview of what credentials are available and who owns…
A1, Access, category:business, category:education, category:software, category:technology, coding, credentials, data, data engineering, data governance, databricks, education, External, inspecting, Lakehouse, paragraph ordering, paragraph structure, paragraphorder, profession:cloud engineer, profession:data analyst, profession:data engineer, profession:data scientist, profession:database administrator, profession:software engineer, profession:solution architect, progressive learning, sql, Storage, unity catalog -
Creating and Inspecting Governed External Locations
POST_START Creating and Inspecting Governed External Locations I recently needed to set up a new external location in Unity Catalog to access raw data stored in cloud storage. This location would be used by multiple teams, so I wanted to ensure it was properly governed and secured. I started by creating the external location with…
A1, category:business, category:education, category:software, category:technology, coding, creating, data engineering, data governance, databricks, education, External, governed, inspecting, Lakehouse, locations, paragraph ordering, paragraph structure, paragraphorder, profession:cloud engineer, profession:data analyst, profession:data engineer, profession:data scientist, profession:database administrator, profession:software engineer, profession:solution architect, progressive learning, sql, unity catalog -
Creating and Inspecting Managed Tables
POST_START Creating and Inspecting Managed Tables in Databricks Unity Catalog I started by creating a new managed table in the Unity Catalog to store customer data for the sales team. The table needed to include customer identifiers, names, countries, emails, and timestamps for when each record was created. I used the CREATE TABLE command to…
A1, category:business, category:education, category:software, category:technology, coding, creating, data engineering, data governance, databricks, education, inspecting, Lakehouse, Managed, paragraph ordering, paragraph structure, paragraphorder, profession:cloud engineer, profession:data analyst, profession:data engineer, profession:data scientist, profession:database administrator, profession:software engineer, profession:solution architect, progressive learning, sql, tables, unity catalog -
Creating, Inspecting, and Managing Schemas in Unity Catalog
POST_START Creating, Inspecting, and Managing Schemas in Unity Catalog I recently needed to set up a new schema in Unity Catalog for a sales team to store their data. I started by creating the schema if it didn’t already exist, using the CREATE SCHEMA IF NOT EXISTS command. CREATE SCHEMA IF NOT EXISTS training.sales; I…
A1, category:business, category:education, category:software, category:technology, coding, creating, data engineering, data governance, databricks, education, inspecting, Lakehouse, Managing, paragraph ordering, paragraph structure, paragraphorder, profession:cloud engineer, profession:data analyst, profession:data engineer, profession:data scientist, profession:database administrator, profession:software engineer, profession:solution architect, progressive learning, schemas, sql, unity catalog -
Creating, Inspecting, Using, and Managing Unity Catalog Catalogs
POST_START Creating, Inspecting, Using, and Managing Unity Catalogs I started my day by exploring the Unity Catalog in Databricks, a critical part of our data governance strategy. I wanted to understand how to create, inspect, use, and manage catalogs effectively. My first step was to check what catalogs already existed in the environment. SHOW CATALOGS;…
A1, catalogs, category:business, category:education, category:software, category:technology, coding, creating, data engineering, data governance, databricks, education, inspecting, Lakehouse, Managing, paragraph ordering, paragraph structure, paragraphorder, profession:cloud engineer, profession:data analyst, profession:data engineer, profession:data scientist, profession:database administrator, profession:software engineer, profession:solution architect, progressive learning, sql, unity catalog -
Creating and Inspecting Governed External Locations
POST_START Creating and Inspecting Governed External Locations Creating and Inspecting Governed External Locations I started my day by setting up a new external location in Databricks Unity Catalog to access raw data stored in cloud storage. This was part of a larger initiative to centralize data access and ensure all data sources are properly governed…
A1, category:business, category:education, category:software, category:technology, coding, creating, data engineering, data governance, databricks, education, External, governed, inspecting, Lakehouse, locations, paragraph ordering, paragraph structure, paragraphorder, profession:cloud engineer, profession:data analyst, profession:data engineer, profession:data scientist, profession:database administrator, profession:software engineer, profession:solution architect, progressive learning, sql, unity catalog -
Inspecting Storage Credentials for External Data Access
POST_START Inspecting Storage Credentials for External Data Access Inspecting Storage Credentials for External Data Access I recently needed to inspect the storage credentials used by my team to access external data sources. Our data pipeline relies on several external systems, and ensuring that the credentials are correctly configured and secured is crucial for both performance…
A1, Access, category:business, category:education, category:software, category:technology, coding, credentials, data, data engineering, data governance, databricks, education, External, inspecting, Lakehouse, paragraph ordering, paragraph structure, paragraphorder, profession:cloud engineer, profession:data analyst, profession:data engineer, profession:data scientist, profession:database administrator, profession:software engineer, profession:solution architect, progressive learning, sql, Storage, unity catalog -
Creating and Inspecting Managed Tables
POST_START # Creating and Inspecting Managed Tables in Databricks Unity Catalog In this lesson, you will learn how to create and inspect managed tables in Databricks using Unity Catalog. We will focus on the `CREATE TABLE` operation and demonstrate how to verify and understand the structure of the created table. — ## Step 1: Create…
A1, category:business, category:education, category:software, category:technology, coding, creating, data engineering, data governance, databricks, education, inspecting, Lakehouse, Managed, paragraph ordering, paragraph structure, paragraphorder, profession:cloud engineer, profession:data analyst, profession:data engineer, profession:data scientist, profession:database administrator, profession:software engineer, profession:solution architect, progressive learning, sql, tables, unity catalog -
Creating, Inspecting, and Managing Schemas in Unity Catalog
POST_START # Creating, Inspecting, and Managing Schemas in Unity Catalog In this tutorial, we will explore how to **create, inspect, and manage schemas** in Databricks Unity Catalog. Schemas are essential for organizing data and managing access in a secure and scalable way. We'll focus on the `training.sales` schema as our example. — ## 1. Creating…
A1, category:business, category:education, category:software, category:technology, coding, creating, data engineering, data governance, databricks, education, inspecting, Lakehouse, Managing, paragraph ordering, paragraph structure, paragraphorder, profession:cloud engineer, profession:data analyst, profession:data engineer, profession:data scientist, profession:database administrator, profession:software engineer, profession:solution architect, progressive learning, schemas, sql, unity catalog

