About Data Flows
Data flows enable you to organize and integrate your data to produce curated datasets that your users can visualize.
Use data flows to manipulate your data visually without requiring manual coding skills.
For example, you might use a data flow to:
- Create a dataset.
- Combine data from different sources.
- Aggregate data.
- Train machine learning models or apply a predictive machine learning model to your data.
- Perform object detection, image classification, or text detection using artificial intelligence via the OCI Vision service.
You create data flows in the data flow design pane.
Description of the illustration data-flow-designer-new.png
To build a data flow, you add steps. Each step performs a specific function, for example, add data, join tables, merge columns, or transform data. Use the data flow editor to add and configure your steps. Each step is validated when you add or change it. When you've configured your data flow, you execute it to create or update a dataset.
When you add your own columns or transform data, you can use a wide range of SQL operators (for example, BETWEEN, LIKE, IN), conditional expressions (for example, CASE), and functions (for example, Avg, Median, Percentile).
Updating Datasets Generated by Data Flows
You can rerun data flows to keep your datasets up-to-date.
Note:
When you rerun a data flow, any transformations applied directly to the output dataset outside of the data flow are lost. The dataset is recreated from scratch.Database Support for Data Flows
With data flows you can curate data from datasets, subject areas, or database connections.
You can execute data flows individually or in a sequence. You can include multiple data sources in a data flow and specify how to join them.
Use the Add Data step to add data to a data flow, and use the Save Data step to save output data from a data flow.
You can save the output data from a data flow in either a dataset or in one of the supported database types. If you save data to a database, you can transform the data source by overwriting it with data from the data flow. The data source and data flow tables must be in the same database and have the same name. Before you start, create a connection to one of the supported database types.
Note:
You can add data from remote databases connected with Data Gateway. However, you can't save data back to remote databases connected with Data Gateway.Data Output
- Oracle Autonomous Data Warehouse
- Oracle Autonomous Transaction Processing
- Oracle Database
- Apache Hive
- Hortonworks Hive
- MapR Hive
- Spark
For database version information, see Supported Data Sources.
Data Input
You can input data to data flows from most database types (except Oracle Essbase and EPM Cloud).