Skip to content

Dataset using Simple Query

  • By this process User can create dataset by writing a simple query.
  1. Login to AIV training server using your credentials.

  2. Go to hamburger menu Image > MasterData > Dataset Section.

    Image

3. User can create Dataset using 2 different ways:-

I. From the Footer Menu

Image

II. From the Context Menu

Image

  1. Click on Create Dataset option using anyone option listed above.

Image

  1. Enter the details in Create Dataset window as per below:-
  • Name: Demo New (user can select name as per their requirement)
  • Source: Select aws_rds from drop-down (same name as you set it when you are creating database connection)

Image

  1. Write your Query in Query window as shown below:

Image

  1. For this example you can refer below Query.

:::note[Info] Query

Select * from products

:::

  1. We have written products in Query because we are going to use that table for making Dataset.

  2. Go to Output Columns Tab & your window will look as per image below:

Image

  1. Click on Preview button.

Image

  1. Click on Submit button & your Dataset will be created & it will be available in listview of Dataset section.

Image