Create data view - Amazon FinSpace

Create data view

Important

Amazon FinSpace Dataset Browser will be discontinued on November 29, 2024. Starting November 29, 2023, FinSpace will no longer accept the creation of new Dataset Browser environments. Customers using Amazon FinSpace with Managed Kdb Insights will not be affected. For more information, review the FAQ or contact AWS Support to assist with your transition.

Note

In order to create and manage data views, you must be a superuser or a member of a group with necessary permissions – Create Datasets.

To create a data view

  1. From the homepage, search the dataset for which you want to create a view.

  2. Choose the dataset name to view the dataset details page.

  3. Choose the All Data Views tab.

  4. Choose Create Data View.

  5. On the Create a New View page, choose a View Type. To know more about the view types, see Data view concepts.

  6. For Access Through, choose one of the following options:

    • FinSpace notebook using Spark – For accessing the data view using the notebook.

    • Externally using FinSpace API – For accessing the data view using API. When you choose this, other fields to specify the input format are displayed.

  7. Select partitioning for the data view under Partition Data.

    • If partitioning is not required, choose No.

    • If partitioning is required, choose Yes.

      • Select the columns to partition the view.

      • After you have selected the columns, Order Partitions list is populated on the right side of the menu with the selected fields. Drag the selected columns to control the partition order.

  8. Select sorting for the view.

    • If sorting is not required, choose No.

    • If sorting is required, choose Yes.

      • Select the columns to sort the view.

      • After you have selected the columns, Column Sort-By Order list is populated on the right side of the menu with the selected fields. Drag the selected columns to control the sort order.

  9. Choose Create Data View to start the view creation process.

    The new view is listed in the Data Views table. The details of the view are shown in the Details link under View Last Updated column.

    Note

    For small files of up to 100 megabytes, data view creation takes approximately 2 minutes. For larger files of around 1 gigabyte, expect data view creation to take approximately 3-4 minutes. Views with partitioning and sorting schemes may take longer.

  10. If you chose to access the data view in a FinSpace notebook using Spark, the Analyze in Notebook button appears on the right side of the view. Choose this button to open the data view in a FinSpace notebook.

    If you chose to access the data view using the FinSpace API, an External API Access button appears on the right side of the view. Choose this button to open the External Data View Access dialog box.

    A screenshot that shows the external data view access dialog box.

    The dialog box displays the following information that you can copy to access the external data view:

    • S3 path – The location where the external data view is stored. This location is unique for every data view.

    • Details – Format options selected at the time of creating the data view.

    • API Credentials – The credentials required to access the external data view from the S3 location. These credentials are only valid for 60 minutes. After the credentials expire, you need to choose the refresh icon to generate new credentials.