9.3 Create a Data Flow
Create data flows to load data from a source connection, run transformations, and move the data to a target database.
You can create data flows in any of the following ways:
The newly created data flow is displayed in the Data Flows page of the
associated project. Click the Actions icon (
) next to the selected data flow to edit, rename, copy, change folder,
start, export, or delete it.
From the Projects page
To create a data flow from the Projects page,
- On the Projects page, click Create Data Flow.
Create Data Flow page appears:
- In the Name field, enter a name for the new data flow.
- Select Create New Project, if you wish to create new project folder for the newly created data flow.
- Else, click Add to Existing Projects, if you wish to add the newly created data flow to an existing project folder.
- If you have selected Create New Project for the previous option, in the Project Name field, enter the name of the newly created project.
- Else, if you have selected Add to Existing Projects for the previous option, select the required project from the Project Name drop-down arrow.
- In the Description field, enter a description for the newly created data flow.
- Click Create.
From the Data Flows page within a project
To create a data flow from the Data Flows page within a project,
- On the Projects page click the project tile you wish to create a new data flow for. The Project Details page appears.
- In the Data Flows page, click Create Data Flow.
- Provide the Name and Description of the new data flow.
- Click Next.
- To define your source connection, from the Connection drop-down, select the required connection from which you wish to add the data entities.
- In the Schema drop-down, all schema corresponding to the selected connection are listed in two groups:
- Existing Schema (ones that you've imported into Oracle Data Transforms) and
- New Database Schema (ones that you've not yet imported).
Select the schema that you want to use from the drop down. For Oracle Object Storage connections, the Schema drop-down lists the name of the bucket that you specified in the URL when you created the connection.
- Click Save.
The Data Flow Editor appears that allows you to create a new data flow.
From the Home page
To create a data flow from the Home page,
- On the Home page, click Transform Data. The Create Data Flow page appears.
- Provide the Name and Description of the new data flow.
- Select a project name from the drop-down. Alternatively, click the + icon to create a project.
- Click Next.
- From the Connection drop-down, select the required connection from which you wish to add the data entities. Alternatively, click the + icon to create a new connection.
- In the Schema drop-down, all schema corresponding to the selected connection are listed in two groups:
- Existing Schema (ones that you've imported into Oracle Data Transforms) and
- New Database Schema (ones that you've not yet imported).
Select the schema that you want to use from the drop down.
- Click Save.
Parent topic: Data Flows