Skip to main content
Version: 9.2

Entity Management

Entity Management gives users with the Super Admin role control over assets created in a Qrvey instance. Currently, datasets and data loads management are available.

To access Entity Management in Admin Center, select the Infrastructure icon in the left navigation panel and select the Entity Management tab.

Infrastructure Icon

Datasets Management

Dataset Details

A Super Admin can view all the datasets in the Qrvey instance or a filtered subset. Datasets can be filtered by Dataset Name, Application, or Owner. For each dataset, the following information is displayed:

EntryDescription
Dataset NameName of the dataset given by the Composer user during the dataset creation.
ApplicationName of the Qrvey application where the dataset was created.
OwnerEmail address of the Composer user who created the dataset. This user is also the application owner.
Create DateDate when the dataset was created.
TypeType of dataset: Managed, Live Connect, View, Custom Dataset, or Base. For more information, see Introduction to Datasets.
Dataset StatusStatus of the dataset, which is displayed as Draft or Active. In Draft status, a dataset has been created but has not been loaded. An Active dataset is a fully-loaded dataset.
Data SyncDisplays the details of the dataset sync. “Off” means that dataset sync is not turned on. When dataset sync is turned on, the value in this column is set to the frequency of the sync, for example: “By the Minute”, “Hourly”, “Source Update”. The tooltip provides more details about the sync.
RecordsNumber of records in the dataset. In Draft status, the dataset value is set to 0. If a records count can’t be retrieved, this column displays a warning icon with the error as a tooltip.

Dataset Actions

A Super Admin user can use the options menu associated with each dataset to perform the following actions:

OptionDescription
Reload DatasetReloads the source data into the dataset.
Data SyncEnables or disables a dataset sync after the sync has been created in the dataset definition. This option is enabled only for datasets that already have syncs created.
Share DataShares or unshares the dataset with other users in the Qrvey instance.
Delete DatasetPermanently deletes the dataset from the Qrvey platform.

Data Loads Management

View Data Load Jobs

A Super Admin user can view a list of active and running data load jobs. Each job displays the following information:

EntryDescription
Dataset NameName of the dataset given by the Composer user during the dataset creation.
Application NameName of the Qrvey application where the dataset was created.
Job IDID of the job executing the data load process.
OwnerEmail address of the Composer user who created the dataset. This user is also the application owner.
DurationDuration of the data load process.
Records ReadNumber of records read from the datasource.
Records WrittenNumber of records written to the Elasticsearch index.
Progress (%)Percentage of the job completed and current stage of the process (for example “Waiting”, “Pumping”, “Joining”, “Filling Es”).
Type of Data LoadIndicates if the data load was initiated manually or with the data sync (for example “Manual Load”, “Sync”).

Canceling Jobs

A Super Admin user can cancel an actively running data load job. To cancel a job while in the Datasets tab, select the Cancel link in the Dataset Status column.

To cancel a job while in the Data Loads tab, select the Cancel link in the Progress column.

Note: The Cancel link displays only while the data load is running.