Skip to main content

Exploring the Databases

Overview


Alt text


The Databases Explorer in Skypoint Studio provides an intuitive, unified interface to browse all data in your Lakehouse. It leverages Databricks Unity Catalog to organize data assets (catalogs, schemas, and tables) in a hierarchical structure. This upgrade offers a comprehensive view of all schemas and tables under Unity Catalog, greatly improving data visibility, organization, and accessibility within the Lakehouse for a seamless and efficient user experience. All changes made through Lakehouse SQL (such as adding or deleting records in a table) are synced to the Lakehouse in real-time, ensuring the explorer always reflects the latest data.

To select and explore a Database

For every import, Skypoint AI adds a database to its analytical store known as Lakehouse.

  1. In the left pane, go to the Lakehouse > Explorer.

Alt text

The Catalog page appears

  1. Click on the Drop-down menu of the Catalog to see the Schemas under the Catalog.

Alt text

  1. Then Click on the Schemas drop-down menu to see tables.

Alt text

  1. Click on Search button to search the tables.
  2. Then, Click on Table name (Arrow) button to sort the tables.

In the Explorer window under Schema, tables are organized into three layers: Bronze, Silver, and Gold. Each layer is represented by an icon-Bronze, Silver, or Gold, Indicating the data layer of a table:

Alt text

  • Bronze – Tables of raw data ingested from various sources in the Dataflow with every light transformation.
  • Silver – Refined and transformed view of the data for example after Map in the MDM / Stitch process.
  • Gold – Consumption and business level aggregate tables such as Profiles (Customer, Employee, Organization etc.), Timelines, Audience, and Metrics.
ItemDescription
Table NameThe name of the tables.
Total RecordsThe number of rows of that individual database.
Edited byThe user who updated the imported data to formulate a processed one.
Last Refresh dateThe date and time when the database were last updated.
SourceType of data source such as connectors that ingested the data.
Data CompletenessIndicates the comprehensiveness of the data.
Data StandardsThe layers of data present in table.
  1. Select a Table to know more about the attributes and the data.
  2. The Attributes tab is opened by default and shows a table.

In the Attributes page, you will see a tabular representation of all the attributes present inside that entity with their details.

Alt text

ItemDescription
Attribute NameShows name of the attribute.
Data typeShows data type such as String or Integer.
Semantic LabelDescribes the attribute.
Is Sensitive DataUse this property to classify Semantic Labels as Sensitive.
SummaryIndicates you with some important characteristics of the data, such as unique values, counts, nulls, missing values.
  1. Select the Data tab to see the details about individual records of the entity.
  2. Click on Columns to customize the columns needed.

Alt text

  1. .Click on Download CSV to download data in CSV
note

In the data tab, you will see a tabular representation of the data with its values. The Column option side panel drop-down fields have a search functionality with a search placeholder. The search functionality has been made easier for the user by adding a search feature on the Column Options drop-down fields. Users can type for any attributes in the Column Settings field. This avoids the scrolling required for the long list of attributes.

After a successful download, you can open the CSV file. You'll find detailed information about a list of attributes associated with the database.