SAP Datasphere - Data Builder types and creation of Tables

 There are different artifacts available in the Data Builder as below.

  1. Table
  2. Graphical View
  3. SQL View
  4. Entity-Relationship model
  5. Analytic model
  6. Data Flow
  7. Replication Flow
  8. Transformation Flow
  9. Intelligent Lookup
  10. Task Chain
Now lets discuss on them in detail.

Tables:
Column structure of the tables can be defined either manually or by using the existing data as template. These are going to get the information from different source systems like flat file / sap / non-sap and can be filled with data from a CSV file or via a data flow.
While creating a table we can define the following:
  1. Technical and Business names
  2. Data Type
  3. Semantic Usage
  4. Label Column
  5. Primary Keys
  6. Default values 
  7. can be/not null
  8. Visibility of the columns
We can also delete current data and upload new data from files and share the current table with other spaces. Hierarchies could be created and the generated CSN annotations could be edited in order to make it synchronize with the expecting changes.


Lets discuss this with some examples of creating a table.

Tables can be created using multiple ways. File upload is one among them.

Creating table using CSV upload:
  1. Go to Data Builder
  2. Select the space under which the table is needed to be created
  3. Click Import -> Import CSV file
  4. Upload the CSV file
  5. Transform data based on the need (Just like SAC)
  6. Click Deploy. This will create and deploy the table in the space.
We can also do the following adjustments in the created tables:
  1. Assign semantic types
  2. Define Primary keys, compound keys, default value, column visibility, associations, field names, data types, descriptions, semantics
  3. Delete and upload new data
  4. Preview and share table with other spaces
  5. Allow to refresh metadata for the definition of a remote table
The tables can also created a-fresh from scratch by clicking on New Table icon in the data builder screen and later we can upload data into the created table.

Comments

Popular posts from this blog

SAP Datasphere Architecture

SAP Datasphere Data Integration - Part 1 - Introduction and Integration using Remote Tables

SAP Datasphere Spaces