Skip to main content
Version: current [25.0.x]

Managing Your Data

When you work on the Datasets page, there are different components that you can use to manage your data. The largest component is the Data panel, which is used to explore the spaces and sources in your data catalog, as shown in this image:

This screenshot is displaying the Data panel.
LocationDescription
1By default, you have a home space that you can further organize by creating a hierarchy of folders, and you can create additional spaces.
2A space is a directory in which views are saved. Spaces provide a way to group datasets by common themes such as a project, purpose, department, or geographic region.
3A source is a data lake or external source (such as a relational database) that you can connect to Dremio.
4The title indicates that the Samples data lake is open and lists the contents of the sample source. A source also consists of layers, so if you expand a data source, you will find datasets and data types within the datasets.
5The datasets are listed from the Samples data lake. A dataset is a collection of data. The datasets stored in files can be in many different formats, and to run SQL queries against data in different formats, you can create tables and views. A table formats the data from your source as rows and columns. A view is a virtual table that is created by running SQL statements or functions on a table or another view.

Adding Data Objects

By opening the SQL Runner, you can directly add data objects from the Data panel into the SQL editor.

To add the data object, locate the object in the Data panel that you would like to use within the query. Click the + button or drag and drop the data into the SQL editor.

Starring Data Objects

When viewing the Data panel in the SQL Runner, you can star spaces, sources, folders, and datasets, which adds the items to your Starred list for easier access. The Starred list can hold up to 25 entities at a time, and each starred item remains on the list unless you unstar it.

To star a data object:

  1. In the Data panel, locate the data object that you want to star. In this example, a dataset is being starred.

  2. Click the This is the icon for starring a data object. (Star) icon that appears next to the data object. The data object will appear on your Starred list.

    This is a screenshot showing how to star a dataset for the Starred list.

To unstar an item, click the Star icon again.

note

Starring is different from pinning items. You can only pin spaces and sources on the Datasets page.